Skip to content

Commit c8c060a

Browse files
authored
Merge pull request #25 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents 35a1a1b + 7719c08 commit c8c060a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_adxl34x.py

-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
from ustruct import unpack
5353
__version__ = "0.0.0-auto.0"
5454
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ADXL34x.git"
55-
# pylint: disable=bad-whitespace
5655
_ADXL345_DEFAULT_ADDRESS = const(0x53) # Assumes ALT address pin low
5756

5857
# Conversion factors
@@ -155,7 +154,6 @@ class Range: # pylint: disable=too-few-public-methods
155154
RANGE_2_G = const(0b00) # +/- 2g (default value)
156155

157156

158-
# pylint: enable=bad-whitespace
159157
class ADXL345:
160158
"""Driver for the ADXL345 3 axis accelerometer
161159

0 commit comments

Comments
 (0)