Skip to content

Commit 7d3b70e

Browse files
Remove spaces
1 parent ad283bc commit 7d3b70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/labthings_picamera2/thing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ def capture_array(
545545
capture_config = picam2.create_still_configuration()
546546
return picam2.switch_mode_and_capture_array(capture_config, wait=wait)
547547
with self.picamera() as cam:
548-
return cam.capture_array(stream_name, wait = wait)
548+
return cam.capture_array(stream_name, wait=wait)
549549

550550
@thing_action
551551
def capture_raw(

0 commit comments

Comments
 (0)