Skip to content

Commit 9ddea3b

Browse files
authored
Merge pull request #14 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents f51eb58 + 341b99a commit 9ddea3b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_mma8451.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MMA8451.git"
4343

4444

45-
# pylint: disable=bad-whitespace
4645
# Internal constants:
4746
_MMA8451_DEFAULT_ADDRESS = const(0x1D)
4847
_MMA8451_REG_OUT_X_MSB = const(0x01)
@@ -78,7 +77,6 @@
7877
DATARATE_12_5HZ = 0b101 # 12.5Hz
7978
DATARATE_6_25HZ = 0b110 # 6.25Hz
8079
DATARATE_1_56HZ = 0b111 # 1.56Hz
81-
# pylint: enable=bad-whitespace
8280

8381

8482
class MMA8451:

0 commit comments

Comments
 (0)