Fix python3.9

This commit is contained in:
comfyanonymous 2025-07-10 15:19:12 -04:00 committed by GitHub
parent 2b653e8c18
commit f91ad209ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -317,7 +317,7 @@ class ProgressRegistry:
handler.reset()
# Global registry instance
global_progress_registry: ProgressRegistry | None = None
global_progress_registry: ProgressRegistry = None
def reset_progress_state(prompt_id: str, dynprompt: "DynamicPrompt") -> None:
global global_progress_registry