Skip to content

Commit 27875af

Browse files
authored
Merge pull request #33 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents 0f747d7 + f74d127 commit 27875af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_tsl2561.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
__version__ = "0.0.0-auto.0"
5454
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_TSL2561.git"
5555

56-
# pylint: disable=bad-whitespace
5756
_DEFAULT_ADDRESS = const(0x39)
5857
_COMMAND_BIT = const(0x80)
5958
_WORD_BIT = const(0x20)
@@ -73,7 +72,6 @@
7372
_GAIN_SCALE = (16, 1)
7473
_TIME_SCALE = (1 / 0.034, 1 / 0.252, 1)
7574
_CLIP_THRESHOLD = (4900, 37000, 65000)
76-
# pylint: enable=bad-whitespace
7775

7876

7977
class TSL2561:

0 commit comments

Comments
 (0)