Skip to content

Commit c92b40c

Browse files
authored
Merge pull request #28 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents d15cb86 + 917990f commit c92b40c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_amg88xx.py

-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
# Registers are defined below in the class. These are possible register values.
5353

5454
# Operating Modes
55-
# pylint: disable=bad-whitespace
5655
_NORMAL_MODE = const(0x00)
5756
_SLEEP_MODE = const(0x10)
5857
_STAND_BY_60 = const(0x20)
@@ -81,7 +80,6 @@
8180
_PIXEL_ARRAY_HEIGHT = const(8)
8281
_PIXEL_TEMP_CONVERSION = 0.25
8382
_THERMISTOR_CONVERSION = 0.0625
84-
# pylint: enable=bad-whitespace
8583

8684

8785
def _signed_12bit_to_float(val):

0 commit comments

Comments
 (0)