Skip to content

Commit a368ac2

Browse files
committed
ruff fromat again
1 parent a511139 commit a368ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic-calibration/utils/dynamic_calibration_interactive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def on_mouse_disparity(event, x, y, flags, param):
287287
exit()
288288
break
289289

290-
if key == ord('c'):
290+
if key == ord("c"):
291291
depthDiff = []
292292
command_input.send(
293293
dai.DynamicCalibrationControl(

0 commit comments

Comments
 (0)