Skip to content

Commit 92caa42

Browse files
drammocklarsoner
andauthored
Update mne_bids/read.py
Co-authored-by: Eric Larson <[email protected]>
1 parent 74f8820 commit 92caa42

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
@@ -542,7 +542,7 @@ def _handle_info_reading(sidecar_fname, raw):
542542

543543

544544
@verbose
545-
def events_file_to_annotation_kwargs(events_fname: str | Path, verbose=None) -> dict:
545+
def events_file_to_annotation_kwargs(events_fname: str | Path, *, verbose=None) -> dict:
546546
r"""
547547
Read the ``events.tsv`` file and extract onset, duration, and description.
548548

0 commit comments

Comments
 (0)