fix: remove trailing whitespace in core.py (W293)

This commit is contained in:
Stacy Olivas
2026-04-09 21:30:58 -07:00
parent a72fc6f08d
commit adffc6b64d
+1 -1
View File
@@ -1157,7 +1157,7 @@ long_jokes = false
# Register signal handlers
signal.signal(signal.SIGTERM, signal_handler)
signal.signal(signal.SIGINT, signal_handler)
async def _attempt_reconnect(self) -> bool:
"""Attempt to reconnect to the MeshCore node with exponential backoff.