Fix python3.9 (#8858)

This commit is contained in:
comfyanonymous 2025-07-10 12:21:18 -07:00 committed by GitHub
parent 2b653e8c18
commit b7ff5bd14d
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