Skip to content

Commit

Permalink
optional
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Dec 13, 2024
1 parent 2b9c4bf commit 5f9d77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ibl_to_nwb/datainterfaces/_pupil_tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class PupilTrackingInterface(BaseDataInterface):
def __init__(self, one: ONE, session: str, camera_name: str, revision: Optional[str | None] = None):
def __init__(self, one: ONE, session: str, camera_name: str, revision: Optional[str] = None):
self.one = one
self.session = session
self.camera_name = camera_name
Expand Down

0 comments on commit 5f9d77e

Please sign in to comment.