Skip to content

Commit f15a654

Browse files
authored
Merge pull request #12 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents 7ff271e + 455003f commit f15a654

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_ina260.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
from adafruit_register.i2c_bits import RWBits
5757
from adafruit_register.i2c_bit import ROBit
5858

59-
# pylint: disable=bad-whitespace
6059
_REG_CONFIG = const(0x00) # CONFIGURATION REGISTER (R/W)
6160
_REG_CURRENT = const(0x01) # SHUNT VOLTAGE REGISTER (R)
6261
_REG_BUSVOLTAGE = const(0x02) # BUS VOLTAGE REGISTER (R)
@@ -162,7 +161,6 @@ class AveragingCount:
162161
COUNT_1024 = const(0x8)
163162

164163

165-
# pylint: enable=bad-whitespace
166164
# pylint: enable=too-few-public-methods
167165

168166

0 commit comments

Comments
 (0)