Removed unnecessary code
This commit is contained in:
parent
63509438b0
commit
b85ee8ab25
1 changed files with 0 additions and 1 deletions
|
@ -59,5 +59,4 @@ class VL53L1XSensor(ToFSensor):
|
|||
return distance / 10
|
||||
|
||||
def close(self) -> None:
|
||||
self.sensor.stop_ranging()
|
||||
self.sensor.close()
|
||||
|
|
Loading…
Reference in a new issue