Fixed imports
This commit is contained in:
parent
aaf5d10154
commit
aba9014145
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
from sensors.tof_sensor import Directions
|
from sensors import Directions, VL53L1XSensor
|
||||||
from sensors.vl53l1x_sensor import VL53L1XSensor
|
|
||||||
from time import sleep
|
from time import sleep
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue