From 733328169868b9f4120cbfc59af2b00683df8563 Mon Sep 17 00:00:00 2001 From: Jedrzej Kosinski Date: Tue, 7 Jan 2025 02:58:59 -0600 Subject: [PATCH] Clean up a typehint --- comfy_extras/nodes_hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_hooks.py b/comfy_extras/nodes_hooks.py index 64223834..1edc06f3 100644 --- a/comfy_extras/nodes_hooks.py +++ b/comfy_extras/nodes_hooks.py @@ -246,7 +246,7 @@ class SetClipHooks: CATEGORY = "advanced/hooks/clip" FUNCTION = "apply_hooks" - def apply_hooks(self, clip: 'CLIP', schedule_clip: bool, apply_to_conds: bool, hooks: comfy.hooks.HookGroup=None): + def apply_hooks(self, clip: CLIP, schedule_clip: bool, apply_to_conds: bool, hooks: comfy.hooks.HookGroup=None): if hooks is not None: clip = clip.clone() if apply_to_conds: