Skip to content

Commit f17660a

Browse files
committed
remove bad-whitespace pylint directive
1 parent 61ce313 commit f17660a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_fxas21002c.py

-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060

6161

6262
# Internal constants and register values:
63-
# pylint: disable=bad-whitespace
6463
_FXAS21002C_ADDRESS = const(0x21) # 0100001
6564
_FXAS21002C_ID = const(0xD7) # 1101 0111
6665
_GYRO_REGISTER_STATUS = const(0x00)
@@ -84,7 +83,6 @@
8483
GYRO_RANGE_500DPS = 500
8584
GYRO_RANGE_1000DPS = 1000
8685
GYRO_RANGE_2000DPS = 2000
87-
# pylint: enable=bad-whitespace
8886

8987

9088
class FXAS21002C:

0 commit comments

Comments
 (0)