Skip to content

Commit

Permalink
Hatch fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 committed Feb 1, 2024
1 parent f1a36ea commit 9de7b0d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ephys_link/platforms/new_scale_pathfinder_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,11 @@ def _bypass_calibration(self, manipulator_id: str) -> str:
return ""

def _set_can_write(
self,
manipulator_id: str,
can_write: bool,
hours: float,
sio: socketio.AsyncServer,
self,
manipulator_id: str,
can_write: bool,
hours: float,
sio: socketio.AsyncServer,
) -> com.StateOutputData:
raise NotImplementedError

Expand Down

0 comments on commit 9de7b0d

Please sign in to comment.