Skip to content

Commit 9029ab8

Browse files
committed
fix: fmt
1 parent 5362d31 commit 9029ab8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/arduino/app_peripherals/camera/websocket_camera.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import base64
77
import os
88
import threading
9-
import time
109
import queue
1110
import numpy as np
1211
import cv2
@@ -152,7 +151,7 @@ def _open_camera(self) -> None:
152151
if isinstance(e, PermissionError):
153152
raise CameraOpenError(f"Permission denied when attempting to bind WebSocket server on {self.url}")
154153
raise
155-
154+
156155
def _start_server_thread(self, future: Future) -> None:
157156
"""Run WebSocket server in its own thread with event loop."""
158157
try:

0 commit comments

Comments
 (0)