Skip to content

Commit 72a46f4

Browse files
committed
chore: remove non-used code
1 parent 780be2d commit 72a46f4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

comfy_cli/command/custom_nodes/command.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -256,19 +256,6 @@ def clear():
256256

257257

258258
# completers
259-
show_completer = utils.create_choice_completer(
260-
[
261-
"installed",
262-
"enabled",
263-
"not-installed",
264-
"disabled",
265-
"all",
266-
"snapshot",
267-
"snapshot-list",
268-
]
269-
)
270-
271-
272259
mode_completer = utils.create_choice_completer(["remote", "local", "cache"])
273260

274261

0 commit comments

Comments
 (0)