Skip to content

Commit c993453

Browse files
committed
picam: run isort to sort Python imports.
1 parent fc79540 commit c993453

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

microscope/cameras/picam.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,12 @@
2626
from io import BytesIO
2727

2828
import numpy as np
29-
30-
import microscope.abc
31-
32-
# import raspberry pi specific modules
3329
import picamera
3430
import picamera.array
35-
36-
# to allow hardware trigger.
3731
import RPi.GPIO as GPIO
38-
from microscope import ROI, Binning, TriggerType, TriggerMode
32+
33+
import microscope.abc
34+
from microscope import ROI, Binning, TriggerMode, TriggerType
3935
from microscope.abc import keep_acquiring
4036

4137

0 commit comments

Comments
 (0)