pylint fix

This commit is contained in:
Ian McEwen committed 2026-05-31 12:48:18 -07:00
1 parent 9c0b253103
commit 15ce4968db
1 file changed
-1
-1
View File
@@ -97,7 +97,6 @@ def onReceive(packet, interface) -> None:
interface.sendText(reply,channelIndex=rxChannel)
else:
print(f"Ignored message on channel {rxChannel} (waiting for channel {targetChannel})")
except Exception as ex:
print(f"Warning: Error processing received packet: {ex}.")