Skip to content

Commit 51acc91

Browse files
Aniketsylarsoner
andauthored
Update mne/io/base.py
Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
1 parent 521ae65 commit 51acc91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mne/io/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ def _check_bad_segment(
566566
return self._getitem((picks, slice(start, stop)), return_times=False)
567567

568568
@verbose
569-
def load_data(self, verbose=None, *, memmap=None):
569+
def load_data(self, *, memmap=None, verbose=None):
570570
"""Load raw data.
571571
572572
Parameters

0 commit comments

Comments
 (0)