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 Apr 25, 2024
1 parent 5aedb85 commit 6d44e6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions socs/agents/rtsp_camera/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

txaio.use_twisted()

from socs.common.camera import (CircularMediaBuffer, FakeCamera, MotionDetector,
image_read_callback, image_write_callback,
video_write_callback)
from socs.common.camera import (CircularMediaBuffer, FakeCamera,
MotionDetector, image_read_callback,
image_write_callback, video_write_callback)


class RTSPCameraAgent:
Expand Down

0 comments on commit 6d44e6f

Please sign in to comment.