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.
1 parent 6485df1 commit 63bde97Copy full SHA for 63bde97
adafruit_rfm9x.py
@@ -53,7 +53,6 @@ def warn(msg, **kwargs):
53
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_RFM9x.git"
54
55
56
-# pylint: disable=bad-whitespace
57
# Internal constants:
58
# Register names (FSK Mode even though we use LoRa instead, from table 85)
59
_RH_RF95_REG_00_FIFO = const(0x00)
@@ -245,7 +244,6 @@ def warn(msg, **kwargs):
245
244
TX_MODE = 0b011
246
FS_RX_MODE = 0b100
247
RX_MODE = 0b101
248
-# pylint: enable=bad-whitespace
249
250
251
# Disable the too many instance members warning. Pylint has no knowledge
0 commit comments