Skip to content

Commit

Permalink
lint: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
suvayu committed Oct 3, 2024
1 parent b60b7a1 commit 95e33f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestra/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from typing import Annotated

from click.exceptions import BadArgumentUsage, BadParameter
from click.exceptions import BadParameter
from packaging.requirements import InvalidRequirement
from rich.console import Console
import typer
Expand Down

0 comments on commit 95e33f6

Please sign in to comment.