Skip to content

Commit 4fa030d

Browse files
committed
Fix typo in importing comfy_types.
1 parent 83bc0ef commit 4fa030d

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_slug}}/src/{{cookiecutter.project_slug}}

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/src/{{cookiecutter.project_slug}}/nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from comfy_types import IO, ComfyNodeABC, InputTypeDict
1+
from comfy.comfy_types import IO, ComfyNodeABC, InputTypeDict
22
from inspect import cleandoc
33
class ExampleNode(ComfyNodeABC):
44
"""

0 commit comments

Comments
 (0)