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]]: """