Skip to content

Commit 589e4ed

Browse files
committed
fix: linting
1 parent 8343461 commit 589e4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arduino/app_bricks/camera_code_detection/detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def __init__(
6262
"""Initialize the CameraCodeDetection brick."""
6363
if detect_qr is False and detect_barcode is False:
6464
raise ValueError("At least one of 'detect_qr' or 'detect_barcode' must be True.")
65-
65+
6666
self._camera = camera if camera else Camera()
6767

6868
self._detect_qr = detect_qr

0 commit comments

Comments
 (0)