From 364b9b673b4e77bd67e503f95f2f40b5e587d489 Mon Sep 17 00:00:00 2001 From: Jedrzej Kosinski Date: Sun, 14 Dec 2025 03:12:48 -0800 Subject: [PATCH] Remove stray code that made it in --- comfy_api/latest/_io.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/comfy_api/latest/_io.py b/comfy_api/latest/_io.py index 80f854879..49421b341 100644 --- a/comfy_api/latest/_io.py +++ b/comfy_api/latest/_io.py @@ -1575,8 +1575,6 @@ class _ComfyNodeBaseInternal(_ComfyNodeInternal): @final @classmethod def EXECUTE_NORMALIZED(cls, *args, **kwargs) -> NodeOutput: - _args = args - _kwargs = kwargs to_return = cls.execute(*args, **kwargs) if to_return is None: to_return = NodeOutput()