Skip to content

Commit

Permalink
style: remove now unused import of Self
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasNeugebauer committed Feb 5, 2025
1 parent 3519faf commit ed23e9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions rosys/vision/mjpeg_camera/mjpeg_camera.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import logging
from typing import Any

from typing_extensions import Self

from ... import rosys
from ..camera import ConfigurableCamera, TransformableCamera
from ..image import Image
Expand Down
1 change: 0 additions & 1 deletion rosys/vision/usb_camera/usb_camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from typing import Any

import numpy as np
from typing_extensions import Self

from ... import rosys
from ..camera.configurable_camera import ConfigurableCamera
Expand Down

0 comments on commit ed23e9c

Please sign in to comment.