Skip to content

Commit 2184f8d

Browse files
committed
"Reformatted per new black version"
1 parent 199e8b7 commit 2184f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vl53l1x_multiple_on_same_i2c_bus.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959

6060
def detect_range(count=5):
61-
""" take count=5 samples """
61+
"""take count=5 samples"""
6262
while count:
6363
for index, sensor in enumerate(vl53):
6464
print("Sensor {} Range: {}mm".format(index + 1, sensor.distance))

0 commit comments

Comments
 (0)