Skip to content

Commit

Permalink
make mypy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrako committed Sep 14, 2023
1 parent 87870b3 commit 73bc9ee
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 @@ -403,7 +403,7 @@ def detect(
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 73bc9ee

Please sign in to comment.