Skip to content

Commit

Permalink
undo 'fix' of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Jul 11, 2024
1 parent c15b37b commit 966d3fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions mne_bids/tests/test_inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from matplotlib.backend_bases import KeyEvent
from mne.datasets import testing
from mne.viz.utils import _fake_click
from test_read import warning_str

import mne_bids.inspect
from mne_bids import (
Expand All @@ -23,8 +24,6 @@
)
from mne_bids.read import _from_tsv

from .test_read import warning_str

_bids_path = BIDSPath(
subject="01", session="01", run="01", task="testing", datatype="meg"
)
Expand Down
3 changes: 1 addition & 2 deletions mne_bids/tests/test_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import pytest
from mne.datasets import testing
from mne.io import anonymize_info
from test_read import _read_raw_fif, warning_str

from mne_bids import (
BIDSPath,
Expand All @@ -36,8 +37,6 @@
search_folder_for_text,
)

from .test_read import _read_raw_fif, warning_str

subject_id = "01"
session_id = "01"
run = "01"
Expand Down

0 comments on commit 966d3fe

Please sign in to comment.