Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
synchon committed Jan 24, 2025
1 parent b1ce20b commit 6ce58cd
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion junifer/markers/complexity/tests/test_complexity_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

pytest.importorskip("neurokit2")

from junifer.markers.complexity.complexity_base import ( # noqa: E402
from junifer.markers.complexity.complexity_base import (
ComplexityBase,
)

Expand Down
10 changes: 5 additions & 5 deletions junifer/markers/complexity/tests/test_hurst_exponent.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
pytest.importorskip("neurokit2")


from junifer.datareader import DefaultDataReader # noqa: E402
from junifer.markers.complexity import HurstExponent # noqa: E402
from junifer.pipeline.utils import _check_ants # noqa: E402
from junifer.storage import SQLiteFeatureStorage # noqa: E402
from junifer.testing.datagrabbers import ( # noqa: E402
from junifer.datareader import DefaultDataReader
from junifer.markers.complexity import HurstExponent
from junifer.pipeline.utils import _check_ants
from junifer.storage import SQLiteFeatureStorage
from junifer.testing.datagrabbers import (
SPMAuditoryTestingDataGrabber,
)

Expand Down
10 changes: 5 additions & 5 deletions junifer/markers/complexity/tests/test_multiscale_entropy_auc.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

pytest.importorskip("neurokit2")

from junifer.datareader import DefaultDataReader # noqa: E402
from junifer.markers.complexity import MultiscaleEntropyAUC # noqa: E402
from junifer.pipeline.utils import _check_ants # noqa: E402
from junifer.storage import SQLiteFeatureStorage # noqa: E402
from junifer.testing.datagrabbers import ( # noqa: E402
from junifer.datareader import DefaultDataReader
from junifer.markers.complexity import MultiscaleEntropyAUC
from junifer.pipeline.utils import _check_ants
from junifer.storage import SQLiteFeatureStorage
from junifer.testing.datagrabbers import (
SPMAuditoryTestingDataGrabber,
)

Expand Down
10 changes: 5 additions & 5 deletions junifer/markers/complexity/tests/test_perm_entropy.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

pytest.importorskip("neurokit2")

from junifer.datareader import DefaultDataReader # noqa: E402
from junifer.markers.complexity import PermEntropy # noqa: E402
from junifer.pipeline.utils import _check_ants # noqa: E402
from junifer.storage import SQLiteFeatureStorage # noqa: E402
from junifer.testing.datagrabbers import ( # noqa: E402
from junifer.datareader import DefaultDataReader
from junifer.markers.complexity import PermEntropy
from junifer.pipeline.utils import _check_ants
from junifer.storage import SQLiteFeatureStorage
from junifer.testing.datagrabbers import (
SPMAuditoryTestingDataGrabber,
)

Expand Down
10 changes: 5 additions & 5 deletions junifer/markers/complexity/tests/test_range_entropy.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
pytest.importorskip("neurokit2")


from junifer.datareader import DefaultDataReader # noqa: E402
from junifer.markers.complexity import RangeEntropy # noqa: E402
from junifer.pipeline.utils import _check_ants # noqa: E402
from junifer.storage import SQLiteFeatureStorage # noqa: E402
from junifer.testing.datagrabbers import ( # noqa: E402
from junifer.datareader import DefaultDataReader
from junifer.markers.complexity import RangeEntropy
from junifer.pipeline.utils import _check_ants
from junifer.storage import SQLiteFeatureStorage
from junifer.testing.datagrabbers import (
SPMAuditoryTestingDataGrabber,
)

Expand Down
10 changes: 5 additions & 5 deletions junifer/markers/complexity/tests/test_range_entropy_auc.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
pytest.importorskip("neurokit2")


from junifer.datareader import DefaultDataReader # noqa: E402
from junifer.markers.complexity import RangeEntropyAUC # noqa: E402
from junifer.pipeline.utils import _check_ants # noqa: E402
from junifer.storage import SQLiteFeatureStorage # noqa: E402
from junifer.testing.datagrabbers import ( # noqa: E402
from junifer.datareader import DefaultDataReader
from junifer.markers.complexity import RangeEntropyAUC
from junifer.pipeline.utils import _check_ants
from junifer.storage import SQLiteFeatureStorage
from junifer.testing.datagrabbers import (
SPMAuditoryTestingDataGrabber,
)

Expand Down
10 changes: 5 additions & 5 deletions junifer/markers/complexity/tests/test_sample_entropy.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

pytest.importorskip("neurokit2")

from junifer.datareader import DefaultDataReader # noqa: E402
from junifer.markers.complexity import SampleEntropy # noqa: E402
from junifer.pipeline.utils import _check_ants # noqa: E402
from junifer.storage import SQLiteFeatureStorage # noqa: E402
from junifer.testing.datagrabbers import ( # noqa: E402
from junifer.datareader import DefaultDataReader
from junifer.markers.complexity import SampleEntropy
from junifer.pipeline.utils import _check_ants
from junifer.storage import SQLiteFeatureStorage
from junifer.testing.datagrabbers import (
SPMAuditoryTestingDataGrabber,
)

Expand Down
10 changes: 5 additions & 5 deletions junifer/markers/complexity/tests/test_weighted_perm_entropy.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

pytest.importorskip("neurokit2")

from junifer.datareader import DefaultDataReader # noqa: E402
from junifer.markers.complexity import WeightedPermEntropy # noqa: E402
from junifer.pipeline.utils import _check_ants # noqa: E402
from junifer.storage import SQLiteFeatureStorage # noqa: E402
from junifer.testing.datagrabbers import ( # noqa: E402
from junifer.datareader import DefaultDataReader
from junifer.markers.complexity import WeightedPermEntropy
from junifer.pipeline.utils import _check_ants
from junifer.storage import SQLiteFeatureStorage
from junifer.testing.datagrabbers import (
SPMAuditoryTestingDataGrabber,
)

Expand Down

0 comments on commit 6ce58cd

Please sign in to comment.