Remove unnecessary blank line in model_management.py

This commit is contained in:
Vijaysinh 2025-11-28 18:34:15 +05:30 committed by GitHub
parent 63419c107b
commit 74037f35db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1553,7 +1553,6 @@ def unload_all_models_full():
"""
def cleanup_ram():
gc.collect()
try: