Skip to content

Commit 5b25eef

Browse files
authored
Merge pull request #18 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents 126747f + 8942412 commit 5b25eef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_tsl2591.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_TSL2591.git"
5252

5353

54-
# pylint: disable=bad-whitespace
5554
# Internal constants:
5655
_TSL2591_ADDR = const(0x29)
5756
_TSL2591_COMMAND_BIT = const(0xA0)
@@ -93,7 +92,6 @@
9392
"""500 millis"""
9493
INTEGRATIONTIME_600MS = 0x05 # 600 millis
9594
"""600 millis"""
96-
# pylint: enable=bad-whitespace
9795

9896

9997
class TSL2591:

0 commit comments

Comments
 (0)