Skip to content

Commit

Permalink
Fix type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
saeub committed Nov 13, 2024
1 parent 1e3b71f commit ae0c74e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pymovements/gaze/gaze_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ def __init__(
else:
self.events = events.copy()

self._metadata: dict | None = None
# Remove this attribute once #893 is fixed
self._metadata: dict[str, Any] | None = None

def apply(
self,
Expand Down

0 comments on commit ae0c74e

Please sign in to comment.