Skip to content

Commit c46c59e

Browse files
authored
Merge pull request #85 from adafruit/pylint-fix
Fixed linting
2 parents 04eba3d + e6d0c36 commit c46c59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_rfm9x.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def __set__(self, obj: "RFM9x", val: int) -> None:
259259
def __init__(
260260
self,
261261
spi: SPI,
262-
cs: DigitalInOut,
262+
cs: DigitalInOut, # pylint: disable=invalid-name
263263
reset: DigitalInOut,
264264
frequency: int,
265265
*,

0 commit comments

Comments
 (0)