Skip to content

Commit

Permalink
make mypy really happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrako committed Sep 14, 2023
1 parent 73bc9ee commit ad80a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymovements/dataset/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def detect_events(
self,
method: Callable[..., EventDataFrame] | str,
*,
eye: str | None = 'auto',
eye: str = 'auto',
clear: bool = False,
verbose: bool = True,
**kwargs: Any,
Expand Down

0 comments on commit ad80a5a

Please sign in to comment.