Skip to content

Commit 7a9a8fc

Browse files
pre-commit-ci[bot]teonbrooks
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e5c902b commit 7a9a8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne_bids/read.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ def read_raw_bids(
937937
'"bids_path" must be a BIDSPath object. Please '
938938
"instantiate using mne_bids.BIDSPath()."
939939
)
940-
for required in ['root', 'subject', 'task']:
940+
for required in ["root", "subject", "task"]:
941941
if not getattr(bids_path, required):
942942
raise RuntimeError(
943943
'"bids_path" must contain `root`, `subject`, and `task` '

0 commit comments

Comments
 (0)