Skip to content

Commit 9fb5681

Browse files
authored
Merge pull request #48 from tekktrik/dev/fix-pylint-errors
Fix pylint errors
2 parents 545ea1a + b090219 commit 9fb5681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_tinylora/adafruit_tinylora.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class TinyLoRa:
110110
# SPI Write Buffer
111111
_BUFFER = bytearray(2)
112112

113-
# pylint: disable=too-many-arguments
113+
# pylint: disable=too-many-arguments,invalid-name
114114
def __init__(self, spi, cs, irq, rst, ttn_config, channel=None):
115115
"""Interface for a HopeRF RFM95/6/7/8(w) radio module. Sets module up for sending to
116116
The Things Network.

0 commit comments

Comments
 (0)