Skip to content

Commit 11eef6d

Browse files
authored
Merge pull request #10 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents c88e7ad + f286dcd commit 11eef6d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_lis2mdl.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
__version__ = "0.0.0-auto.0"
6060
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LIS2MDL.git"
6161

62-
# pylint: disable=bad-whitespace
6362
_ADDRESS_MAG = const(0x1E) # (0x3C >> 1) // 0011110x
6463

6564

@@ -101,7 +100,6 @@ class DataRate: # pylint: disable=too-few-public-methods
101100
OUTZ_L_REG = 0x6C
102101
OUTZ_H_REG = 0x6D
103102

104-
# pylint: enable=bad-whitespace
105103

106104
_MAG_SCALE = 0.15 # 1.5 milligauss/LSB * 0.1 microtesla/milligauss
107105

0 commit comments

Comments
 (0)