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 76418b8 commit 1214d50Copy full SHA for 1214d50
meshtastic/stream_interface.py
@@ -42,7 +42,7 @@ def __init__( # pylint: disable=R0917
42
RuntimeError: Raised if StreamInterface is instantiated when noProto is false.
43
"""
44
45
- if not noProto and type(self) == StreamInterface:
+ if not noProto and type(self) == StreamInterface: # pylint: disable=C0123
46
raise RuntimeError(
47
"StreamInterface is now abstract (to update existing code create SerialInterface instead)"
48
)
0 commit comments