feat: Add type ignore comments for imports in multiple scripts
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import gc
|
||||
import gc # type: ignore
|
||||
|
||||
def check_memory_once():
|
||||
"""One-time memory check (for startup diagnostics)."""
|
||||
|
||||
Reference in New Issue
Block a user