From adffc6b64d00c38e640a0e0927d66bcc02df163c Mon Sep 17 00:00:00 2001 From: Stacy Olivas Date: Sun, 5 Apr 2026 19:01:50 -0700 Subject: [PATCH] fix: remove trailing whitespace in core.py (W293) --- modules/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core.py b/modules/core.py index c904894..e473cc3 100644 --- a/modules/core.py +++ b/modules/core.py @@ -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.