Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasNeugebauer committed Jan 22, 2025
1 parent 66901dd commit 5c1fbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosys/vision/rtsp_camera/rtsp_camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing_extensions import Self

from ... import rosys
from ...helpers.deprecation import deprecated_function, deprecated_param
from ...helpers.deprecation import deprecated_param
from ..camera.configurable_camera import ConfigurableCamera
from ..camera.transformable_camera import TransformableCamera
from ..image import Image
Expand Down

0 comments on commit 5c1fbb9

Please sign in to comment.