Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrockhill committed Dec 21, 2023
1 parent fb87172 commit 7ef087d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/epochs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3288,7 +3288,7 @@ def __init__(
)
else:
raise RuntimeError(
f"event_id(s) {set(event_id) -set(event_id_tmp)} "
f"event_id(s) {set(event_id) - set(event_id_tmp)} "
"not found in annotations"
)

Expand Down

0 comments on commit 7ef087d

Please sign in to comment.