Skip to content

Commit b9ce661

Browse files
authored
Merge pull request #14 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents 5c1beb3 + 69e5228 commit b9ce661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_pct2075.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
__version__ = "0.0.0-auto.0"
5555
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PCT2075.git"
56-
# pylint: disable=bad-whitespace, too-few-public-methods
56+
# pylint: disable=too-few-public-methods
5757
PCT2075_DEFAULT_ADDRESS = 0x37 # Address is configured with pins A0-A2
5858

5959
PCT2075_REGISTER_TEMP = 0 # Temperature register (read-only)
@@ -79,7 +79,7 @@ class FaultCount:
7979
FAULT_6 = 3
8080

8181

82-
# pylint: enable=bad-whitespace, too-few-public-methods
82+
# pylint: enable=too-few-public-methods
8383

8484

8585
class PCT2075:

0 commit comments

Comments
 (0)