Skip to content

Commit

Permalink
Fix typo in importing comfy_types.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Dec 30, 2024
1 parent 83bc0ef commit 4fa030d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from comfy_types import IO, ComfyNodeABC, InputTypeDict
from comfy.comfy_types import IO, ComfyNodeABC, InputTypeDict
from inspect import cleandoc
class ExampleNode(ComfyNodeABC):
"""
Expand Down

0 comments on commit 4fa030d

Please sign in to comment.