From 291ceccf546a2d8e6e404b10ad554668413c57d0 Mon Sep 17 00:00:00 2001 From: Jedrzej Kosinski Date: Tue, 21 Oct 2025 19:50:57 -0700 Subject: [PATCH] Remove added whitespace --- comfy_api/latest/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/comfy_api/latest/__init__.py b/comfy_api/latest/__init__.py index bb47db117..b7a3fa9c1 100644 --- a/comfy_api/latest/__init__.py +++ b/comfy_api/latest/__init__.py @@ -83,7 +83,6 @@ class ComfyExtension(ABC): This should be used to initialize any global resources neeeded by the extension. """ - @abstractmethod async def get_node_list(self) -> list[type[io.ComfyNode]]: """