Remove added whitespace

This commit is contained in:
Jedrzej Kosinski 2025-10-21 19:50:57 -07:00
parent 27005fddc2
commit 291ceccf54

View File

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