1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-03 07:26:31 +08:00

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

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