Skip to content

Commit 374eaf9

Browse files
committed
Fix line length lint warnings
1 parent 6766971 commit 374eaf9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

adafruit_vl6180x.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,9 @@ def range_history_enabled(self) -> bool:
170170
def start_range_continuous(self, period: int = 100) -> None:
171171
"""Start continuous range mode
172172
173-
:param int period: Time delay between measurements, in milliseconds; the value you will be floored
174-
to the nearest 10 milliseconds (setting to 157 ms sets it to 150 ms). Range is 10 - 2550 ms.
173+
:param int period: Time delay between measurements, in milliseconds; the value you
174+
will be floored to the nearest 10 milliseconds (setting to 157 ms sets it to 150
175+
ms). Range is 10 - 2550 ms.
175176
"""
176177
# Set range between measurements
177178
if not 10 <= period <= 2550:

0 commit comments

Comments
 (0)