Skip to content

Commit fbb7d8c

Browse files
committed
Ignore stop type
1 parent cd37936 commit fbb7d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ephys_link/bindings/ump_binding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ async def set_depth(self, manipulator_id: str, depth: float, speed: float) -> fl
142142

143143
@override
144144
async def stop(self, manipulator_id: str) -> None:
145-
self._get_device(manipulator_id).stop()
145+
self._get_device(manipulator_id).stop() # pyright: ignore [reportUnknownMemberType]
146146

147147
@override
148148
def platform_space_to_unified_space(self, platform_space: Vector4) -> Vector4:

0 commit comments

Comments
 (0)