Fixed import
This commit is contained in:
parent
91a8700b8e
commit
aaf5d10154
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
from src.sensors.tof_sensor import Directions
|
from sensors.tof_sensor import Directions
|
||||||
from sensors.vl53l1x_sensor import 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