Skip to content

Commit 4fe1efa

Browse files
authored
Merge pull request #16 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents dda21d0 + 6254081 commit 4fe1efa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_si4713.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SI4713.git"
4646

4747

48-
# pylint: disable=bad-whitespace
4948
# Internal constants:
5049
_SI4710_ADDR0 = const(0x11) # if SEN is = const(low)
5150
_SI4710_ADDR1 = const(0x63) # if SEN is high, default
@@ -100,7 +99,6 @@
10099
_SI4713_PROP_TX_RDS_MESSAGE_COUNT = const(0x2C05)
101100
_SI4713_PROP_TX_RDS_PS_AF = const(0x2C06)
102101
_SI4713_PROP_TX_RDS_FIFO_SIZE = const(0x2C07)
103-
# pylint: enable=bad-whitespace
104102

105103

106104
class SI4713:

0 commit comments

Comments
 (0)