feat: Add type ignore comments for imports in multiple scripts

This commit is contained in:
2025-11-08 18:38:11 -05:00
parent b712c19740
commit 99d92a6e90
4 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
import gc
import gc # type: ignore
def check_memory_once():
"""One-time memory check (for startup diagnostics)."""