Skip to content

Commit

Permalink
Add -> None type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
m-decoster committed Dec 10, 2024
1 parent 2ca92a8 commit 2da645b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airo-camera-toolkit/airo_camera_toolkit/cameras/zed/zed.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ class Zed2i(Zed):
"""Present for backwards compatibility, use Zed instead."""


def _test_zed_implementation():
def _test_zed_implementation() -> None:
"""this script serves as a 'test' for the zed implementation."""
from airo_camera_toolkit.cameras.manual_test_hw import manual_test_stereo_rgbd_camera, profile_rgb_throughput

Expand Down

0 comments on commit 2da645b

Please sign in to comment.