Skip to content

Commit

Permalink
Reformat code with black
Browse files Browse the repository at this point in the history
  • Loading branch information
nvbln committed Mar 5, 2024
1 parent ba5683a commit a371920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stytra/hardware/video/cameras/avt.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self, camera_id=None, interlacing=False, **kwargs):
# Set timeout for frame acquisition. Give this as input?
self.timeout_ms = 1000
self.camera_id = camera_id
self.interlacing = interlacing # some cameras look like they have a double image, these should be interlaced.
self.interlacing = interlacing # some cameras look like they have a double image, these should be interlaced.

super().__init__(**kwargs)

Expand Down

0 comments on commit a371920

Please sign in to comment.