Skip to content

Commit 6590c91

Browse files
authored
Merge pull request #49 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents cfffc23 + 63bde97 commit 6590c91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_rfm9x.py

-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_RFM9x.git"
4242

4343

44-
# pylint: disable=bad-whitespace
4544
# Internal constants:
4645
# Register names (FSK Mode even though we use LoRa instead, from table 85)
4746
_RH_RF95_REG_00_FIFO = const(0x00)
@@ -120,7 +119,6 @@
120119
TX_MODE = 0b011
121120
FS_RX_MODE = 0b100
122121
RX_MODE = 0b101
123-
# pylint: enable=bad-whitespace
124122

125123

126124
# Disable the too many instance members warning. Pylint has no knowledge

0 commit comments

Comments
 (0)