Skip to content

Commit

Permalink
Merge pull request #16 from jepler/remove-bad-whitespace-directive
Browse files Browse the repository at this point in the history
remove bad-whitespace pylint directive
  • Loading branch information
dhalbert authored Aug 23, 2020
2 parents 9af60f0 + 27de798 commit a8ab110
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adafruit_si5351.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SI5351.git"


# pylint: disable=bad-whitespace
# Internal constants:
_SI5351_ADDRESS = const(0x60) # Assumes ADDR pin = low
_SI5351_READBIT = const(0x01)
Expand Down Expand Up @@ -130,7 +129,6 @@
R_DIV_32 = 5
R_DIV_64 = 6
R_DIV_128 = 7
# pylint: enable=bad-whitespace


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

0 comments on commit a8ab110

Please sign in to comment.