Skip to content

Commit e501f5e

Browse files
authored
Merge pull request #30 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents b22602c + 5d401d4 commit e501f5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_sgp30.py

-2
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,12 @@
4949
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SGP30.git"
5050

5151

52-
# pylint: disable=bad-whitespace
5352
_SGP30_DEFAULT_I2C_ADDR = const(0x58)
5453
_SGP30_FEATURESETS = (0x0020, 0x0022)
5554

5655
_SGP30_CRC8_POLYNOMIAL = const(0x31)
5756
_SGP30_CRC8_INIT = const(0xFF)
5857
_SGP30_WORD_LEN = const(2)
59-
# pylint: enable=bad-whitespace
6058

6159

6260
class Adafruit_SGP30:

0 commit comments

Comments
 (0)