Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Jun 29, 2024
1 parent 9ac5f39 commit 002a0a6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sbot/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,12 @@ def close(self) -> None:
"""
self._cam.close()

def see(self, *, frame: NDArray | None = None, save: PathLike | None = None) -> list[Marker]:
def see(
self,
*,
frame: NDArray | None = None,
save: PathLike | None = None,
) -> list[Marker]:
"""
Capture an image and identify fiducial markers.
Expand Down

0 comments on commit 002a0a6

Please sign in to comment.