Skip to content

Commit 37e6bcc

Browse files
authored
Fix regression in hardware controller module imports (#617)
This PR fixes a regression caused by #617 which broke one of the adafruithat `main.py`'s imports of other modules.
1 parent dd3b9a0 commit 37e6bcc

File tree

1 file changed

+1
-1
lines changed
  • device-backend/control/adafruithat

1 file changed

+1
-1
lines changed

device-backend/control/adafruithat/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from loguru import logger # for logging with multiprocessing
2525

2626
from adafruithat.planktoscope import stepper, light, identity
27-
from adafruit.planktoscope.display import Display
27+
from adafruithat.planktoscope.display import Display
2828
from adafruithat.planktoscope.imager import mqtt as imager
2929

3030
logger.info("Starting the PlanktoScope hardware controller!")

0 commit comments

Comments
 (0)