Skip to content

Commit f41fef7

Browse files
committed
remove bad-whitespace pylint directive
1 parent 457aba6 commit f41fef7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_lis3dh.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_LIS3DH.git"
4343

4444
# Register addresses:
45-
# pylint: disable=bad-whitespace
4645
_REG_OUTADC1_L = const(0x08)
4746
_REG_WHOAMI = const(0x0F)
4847
_REG_TEMPCFG = const(0x1F)
@@ -78,7 +77,6 @@
7877

7978
# Other constants
8079
STANDARD_GRAVITY = 9.806
81-
# pylint: enable=bad-whitespace
8280

8381
# the named tuple returned by the class
8482
AccelerationTuple = namedtuple("acceleration", ("x", "y", "z"))

0 commit comments

Comments
 (0)