Skip to content

Commit a8ab110

Browse files
authored
Merge pull request #16 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents 9af60f0 + 27de798 commit a8ab110

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)