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
  • Loading branch information
pre-commit-ci[bot] committed Jul 30, 2024
1 parent 8e36d1f commit 7e2c34c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions moabb/datasets/preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,7 @@ class RawToEvents(FixedTransformer):
Always returns an array for shape (n_events, 3), even if no events found
"""

def __init__(
self, event_id: dict[str, int], interval: Tuple[float, float]
):
def __init__(self, event_id: dict[str, int], interval: Tuple[float, float]):
assert isinstance(event_id, dict) # not None
self.event_id = event_id
self.interval = interval
Expand Down

0 comments on commit 7e2c34c

Please sign in to comment.