Skip to content

Commit db5c26e

Browse files
committed
remove bad-whitespace pylint directive
1 parent eef60ca commit db5c26e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_fxos8700.py

-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FXOS8700.git"
5858

5959
# Register addresses and other constants:
60-
# pylint: disable=bad-whitespace
6160
_FXOS8700_ADDRESS = const(0x1F) # 0011111
6261
_FXOS8700_ID = const(0xC7) # 1100 0111
6362
_FXOS8700_REGISTER_STATUS = const(0x00)
@@ -89,7 +88,6 @@
8988
_ACCEL_MG_LSB_8G = 0.000976
9089
_MAG_UT_LSB = 0.1
9190
_SENSORS_GRAVITY_STANDARD = 9.80665
92-
# pylint: enable=bad-whitespace
9391

9492
# User-facing constants/module-level globals:
9593
ACCEL_RANGE_2G = 0x00

0 commit comments

Comments
 (0)