Skip to content

Commit cd49b32

Browse files
committed
remove bad-whitespace pylint directive
1 parent 23b5e59 commit cd49b32

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_lps35hw.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
from adafruit_register.i2c_bits import RWBits, ROBits
5555
from adafruit_register.i2c_bit import RWBit
5656

57-
# pylint: disable=bad-whitespace
5857
_INTERRUPT_CFG = const(0x0B)
5958
_THS_P_L = const(0x0C)
6059
_THS_P_H = const(0x0D)
@@ -78,7 +77,6 @@
7877
_TEMP_OUT_L = const(0x2B)
7978
_TEMP_OUT_H = const(0x2C)
8079
_LPFP_RES = const(0x33)
81-
# pylint: enable=bad-whitespace
8280

8381

8482
class DataRate: # pylint: disable=too-few-public-methods

0 commit comments

Comments
 (0)