Skip to content

Commit

Permalink
Fix ruff issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Oct 30, 2024
1 parent e572956 commit 302460c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions comfy_cli/uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
from typing import Any, Optional, Union, cast

from comfy_cli import ui
from comfy_cli.constants import GPU_OPTION, OS
from comfy_cli.constants import GPU_OPTION
from comfy_cli.typing import PathLike
from comfy_cli.utils import get_os


def _run(cmd: list[str], cwd: PathLike, check: bool = True) -> subprocess.CompletedProcess[Any]:
Expand Down

0 comments on commit 302460c

Please sign in to comment.