Skip to content

Commit db586d2

Browse files
committed
Whitespace change to make pylint happy
1 parent 6635e40 commit db586d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_bus_device/i2c_device.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ def __exit__(self, *exc):
154154
def __probe_for_device(self):
155155
"""
156156
Try to read a byte from an address,
157-
if you get an OSError it means the device is not there
158-
or that the device does not support these means of probing
157+
if you get an OSError it means the device is not there
158+
or that the device does not support these means of probing
159159
"""
160160
while not self.i2c.try_lock():
161161
pass

0 commit comments

Comments
 (0)