Skip to content

Commit

Permalink
Remove node suffix - broke types.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Dec 30, 2024
1 parent 4fa030d commit 787716d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from comfy.comfy_types import IO, ComfyNodeABC, InputTypeDict
from inspect import cleandoc
class ExampleNode(ComfyNodeABC):
class Example(ComfyNodeABC):
"""
A example node
Expand Down

0 comments on commit 787716d

Please sign in to comment.