Skip to content

Commit

Permalink
Merge pull request #18 from jepler/remove-bad-whitespace-directive
Browse files Browse the repository at this point in the history
remove bad-whitespace pylint directive
  • Loading branch information
dhalbert authored Aug 23, 2020
2 parents 126747f + 8942412 commit 5b25eef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adafruit_tsl2591.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_TSL2591.git"


# pylint: disable=bad-whitespace
# Internal constants:
_TSL2591_ADDR = const(0x29)
_TSL2591_COMMAND_BIT = const(0xA0)
Expand Down Expand Up @@ -93,7 +92,6 @@
"""500 millis"""
INTEGRATIONTIME_600MS = 0x05 # 600 millis
"""600 millis"""
# pylint: enable=bad-whitespace


class TSL2591:
Expand Down

0 comments on commit 5b25eef

Please sign in to comment.