Skip to content

Commit 27de798

Browse files
committed
remove bad-whitespace pylint directive
1 parent a0a1000 commit 27de798

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_si5351.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SI5351.git"
4141

4242

43-
# pylint: disable=bad-whitespace
4443
# Internal constants:
4544
_SI5351_ADDRESS = const(0x60) # Assumes ADDR pin = low
4645
_SI5351_READBIT = const(0x01)
@@ -130,7 +129,6 @@
130129
R_DIV_32 = 5
131130
R_DIV_64 = 6
132131
R_DIV_128 = 7
133-
# pylint: enable=bad-whitespace
134132

135133

136134
# Disable invalid name because p1, p2, p3 variables are false positives.

0 commit comments

Comments
 (0)