Skip to content

Commit b7ff5bd

Browse files
Fix python3.9 (Comfy-Org#8858)
1 parent 2b653e8 commit b7ff5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy_execution/progress.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def reset_handlers(self) -> None:
317317
handler.reset()
318318

319319
# Global registry instance
320-
global_progress_registry: ProgressRegistry | None = None
320+
global_progress_registry: ProgressRegistry = None
321321

322322
def reset_progress_state(prompt_id: str, dynprompt: "DynamicPrompt") -> None:
323323
global global_progress_registry

0 commit comments

Comments
 (0)