Skip to content

Commit

Permalink
Isort properly
Browse files Browse the repository at this point in the history
  • Loading branch information
otcathatsya committed Sep 10, 2024
1 parent f8738e6 commit 2ec43e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions testsuite/pytests/sli2py_regressions/test_issue_77.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@
Regression test for Issue #77 (GitHub).
"""

import pytest

import nest
import pytest

# The following models will not be tested:
skip_models = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@
Author: Hans E Plesser
"""

import pytest

import nest
import pytest


@pytest.fixture(autouse=True)
Expand Down
5 changes: 2 additions & 3 deletions testsuite/pytests/test_connect_fixed_indegree.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@

import unittest

import numpy as np
import scipy.stats

import connect_test_base
import nest
import numpy as np
import scipy.stats

HAVE_OPENMP = nest.ll_api.sli_func("is_threaded")

Expand Down

0 comments on commit 2ec43e1

Please sign in to comment.