We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfffc23 + 63bde97 commit 6590c91Copy full SHA for 6590c91
adafruit_rfm9x.py
@@ -41,7 +41,6 @@
41
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_RFM9x.git"
42
43
44
-# pylint: disable=bad-whitespace
45
# Internal constants:
46
# Register names (FSK Mode even though we use LoRa instead, from table 85)
47
_RH_RF95_REG_00_FIFO = const(0x00)
@@ -120,7 +119,6 @@
120
119
TX_MODE = 0b011
121
FS_RX_MODE = 0b100
122
RX_MODE = 0b101
123
-# pylint: enable=bad-whitespace
124
125
126
# Disable the too many instance members warning. Pylint has no knowledge
0 commit comments