Skip to content

Commit 6081809

Browse files
authored
Merge pull request #9 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents da0acd5 + 714b326 commit 6081809

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_lsm303dlh_mag.py

-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
__version__ = "0.0.0-auto.0"
5757
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LSM303DHL_Mag.git"
5858

59-
# pylint: disable=bad-whitespace
6059
_ADDRESS_MAG = const(0x1E) # (0x3C >> 1) // 0011110x
6160
_ID = const(0xD4) # (0b11010100)
6261

@@ -102,7 +101,6 @@
102101
# Conversion constants
103102
_GRAVITY_STANDARD = 9.80665 # Earth's gravity in m/s^2
104103
_GAUSS_TO_MICROTESLA = 100.0 # Gauss to micro-Tesla multiplier
105-
# pylint: enable=bad-whitespace
106104

107105

108106
class LSM303DLH_Mag:

0 commit comments

Comments
 (0)