fix: Add type ignore comments for imports in multiple scripts to improve compatibility

This commit is contained in:
2025-11-14 16:53:51 -05:00
parent 6890d0570e
commit 63ff2cec77
5 changed files with 7 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
import network
import time
import network # type: ignore
import time # type: ignore
def connect_wifi(led=None, max_retries=3, timeout=20, config=None):
"""