Skip to content

Commit 6acc701

Browse files
committed
ruff fix
1 parent 22f4295 commit 6acc701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

comfy_cli/command/install.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from rich.panel import Panel
1414
from rich.prompt import Confirm
1515

16-
from comfy_cli import constants, ui, utils
16+
from comfy_cli import constants, ui
1717
from comfy_cli.command.custom_nodes.command import update_node_id_cache
1818
from comfy_cli.command.github.pr_info import PRInfo
1919
from comfy_cli.constants import GPU_OPTION
@@ -103,7 +103,7 @@ def pip_install_comfyui_dependencies(
103103
"--extra-index-url",
104104
"https://download.pytorch.org/whl/xpu",
105105
]
106-
106+
107107
# TODO: wrap pip install in a function
108108
result = subprocess.run(
109109
[

0 commit comments

Comments
 (0)