Skip to content

Commit

Permalink
Merge pull request #17 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 committed Aug 23, 2020
2 parents 8fab666 + e794ef1 commit d79594e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adafruit_veml6070.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@


# Set I2C addresses:
# pylint: disable=bad-whitespace
_VEML6070_ADDR_ARA = const(0x18 >> 1)
_VEML6070_ADDR_CMD = const(0x70 >> 1)
_VEML6070_ADDR_LOW = const(0x71 >> 1)
Expand All @@ -77,7 +76,6 @@
"VERY HIGH": [1495, 2054],
"EXTREME": [2055, 9999],
}
# pylint: enable=bad-whitespace


class VEML6070:
Expand Down

0 comments on commit d79594e

Please sign in to comment.