Remove leftover function from early prototyping

This commit is contained in:
Jedrzej Kosinski 2025-10-21 19:50:08 -07:00
parent ea24f6bd23
commit 27005fddc2

View File

@ -83,11 +83,6 @@ class ComfyExtension(ABC):
This should be used to initialize any global resources neeeded by the extension.
"""
async def get_subgraphs_dir(self) -> str | None:
"""
Returns the directory containing the published subgraphs for this extension.
"""
return None
@abstractmethod
async def get_node_list(self) -> list[type[io.ComfyNode]]: