Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 6, 2023
1 parent f2a7aab commit 8e73352
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mne/export/_edf.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ def _export_raw(fname, raw, physical_range, add_ch_type):
hdl.writeAnnotation(onset, duration, desc + f"@@{ch_name}")
except Exception:
raise RuntimeError(
f"writeAnnotation() returned an error "
f"trying to write {desc} at {onset} "
f"for {duration} seconds."
)
f"writeAnnotation() returned an error "
f"trying to write {desc} at {onset} "
f"for {duration} seconds."
)
del hdl

0 comments on commit 8e73352

Please sign in to comment.