Skip to content

Commit

Permalink
Fix a flake8 complaint
Browse files Browse the repository at this point in the history
Signed-off-by: David Plowman <[email protected]>
  • Loading branch information
davidplowman committed Jul 25, 2023
1 parent a8f623e commit 0759b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app_capture2.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
QVBoxLayout, QWidget)

from picamera2 import Picamera2
from picamera2.previews.qt import QGlPicamera2, QPicamera2
from picamera2.previews.qt import QGlPicamera2


def post_callback(request):
Expand Down

0 comments on commit 0759b0e

Please sign in to comment.