Skip to content

Commit

Permalink
reformat import
Browse files Browse the repository at this point in the history
  • Loading branch information
withmywoessner committed Mar 12, 2024
1 parent 7c5b28c commit b0fce55
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mne/io/eeglab/tests/test_eeglab.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@
from mne.datasets import testing
from mne.io import read_raw_eeglab
from mne.io.eeglab._eeglab import _readmat
from mne.io.eeglab.eeglab import (
_dol_to_lod,
_get_montage_information,
)
from mne.io.eeglab.eeglab import _dol_to_lod, _get_montage_information
from mne.io.tests.test_raw import _test_raw_reader
from mne.utils import Bunch, _check_pymatreader_installed, _record_warnings

Expand Down

0 comments on commit b0fce55

Please sign in to comment.