Skip to content

Commit

Permalink
Cleanup: remove variant_logs cli import
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm committed May 5, 2024
1 parent 3715318 commit a63694b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions agenta-cli/agenta/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import toml

from agenta.cli import helper
from agenta.cli import variant_logs
from agenta.cli import variant_configs
from agenta.cli import variant_commands
from agenta.cli import evaluation_commands
Expand Down Expand Up @@ -265,7 +264,6 @@ def init(app_name: str, backend_host: str):

# Add the commands to the CLI group
cli.add_command(init)
cli.add_command(variant_logs.get)
cli.add_command(variant_configs.config)
cli.add_command(variant_commands.variant)
cli.add_command(evaluation_commands.evaluation)
Expand Down

0 comments on commit a63694b

Please sign in to comment.