We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c9ee8d + 2e64109 commit 0526c46Copy full SHA for 0526c46
adafruit_fona/adafruit_fona.py
@@ -84,7 +84,7 @@ def __init__(
84
self,
85
uart: UART,
86
rst: DigitalInOut,
87
- ri: Optional[DigitalInOut] = None,
+ ri: Optional[DigitalInOut] = None, # pylint: disable=invalid-name
88
debug: bool = False,
89
) -> None:
90
self._buf = b"" # shared buffer
0 commit comments