mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-16 08:22:36 +08:00
Remove added whitespace
This commit is contained in:
parent
27005fddc2
commit
291ceccf54
@ -83,7 +83,6 @@ class ComfyExtension(ABC):
|
|||||||
This should be used to initialize any global resources neeeded by the extension.
|
This should be used to initialize any global resources neeeded by the extension.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
async def get_node_list(self) -> list[type[io.ComfyNode]]:
|
async def get_node_list(self) -> list[type[io.ComfyNode]]:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user