Skip to content

Commit

Permalink
fix the calling of click decorator in model cli group of commands (ze…
Browse files Browse the repository at this point in the history
  • Loading branch information
safoinme authored Oct 11, 2023
1 parent fe85c69 commit 3b3e6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zenml/cli/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def delete_model(
cli_utils.declare(f"Model '{model_name_or_id}' deleted.")


@model.group
@model.group()
def version() -> None:
"""Interact with model versions in the Model Control Plane."""

Expand Down

0 comments on commit 3b3e6fa

Please sign in to comment.