Skip to content

Commit 3de388e

Browse files
authored
Remove extra whitespace.
1 parent 3ed94d0 commit 3de388e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_vcnl4010.py

-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ def frequency(self, val):
163163
timing |= (val << 3) & 0xFF
164164
self._write_u8(_VCNL4010_MODTIMING, timing)
165165

166-
167166
# Pylint gets confused with loops and return values. Disable the spurious
168167
# warning for the next few functions (it hates when a loop returns a value).
169168
# pylint: disable=inconsistent-return-statements

0 commit comments

Comments
 (0)