Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 30, 2023
1 parent a2c180f commit a1cbcb2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/agents/test_camera_rtsp.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
try:
import cv2 # noqa: F401
import imutils # noqa: F401
import cv2 # noqa: F401
import imutils # noqa: F401

from socs.agents.camera_rtsp.agent import CameraRTSPAgent # noqa: F401
except ImportError:
print("Opencv / imutils not available- skipping CameraRTSPAgent tests")

0 comments on commit a1cbcb2

Please sign in to comment.