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 May 28, 2024
1 parent 3e31c6b commit 6ade344
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mne_bids/write.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,10 @@ def _events_json(fname, overwrite=False):
"Units": "s",
},
"sample": {
"Description": ("The event onset time in number of sampling points."
"First sample is 0."),
"Description": (
"The event onset time in number of sampling points."
"First sample is 0."
),
},
"value": {
"Description": (
Expand Down

0 comments on commit 6ade344

Please sign in to comment.