Skip to content

Commit

Permalink
Fix imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed May 8, 2024
1 parent a3b7f26 commit ccc14b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy_cli/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from rich import print
import tomlkit.exceptions
from rich.panel import Panel
from comfy_cli import console
from comfy_cli.console import console


def check_for_newer_pypi_version(package_name, current_version):
Expand Down

0 comments on commit ccc14b1

Please sign in to comment.