Skip to content

Commit

Permalink
fix: don't override built-in function (#5131)
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming authored Dec 16, 2024
1 parent 9ca08e3 commit c7e5719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bentoml_cli/secret.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def secret_command():
default="table",
)
@inject
def list(
def list_command(
search: str | None,
output: t.Literal["json", "yaml", "table"],
_cloud_client: BentoCloudClient = Provide[BentoMLContainer.bentocloud_client],
Expand Down

0 comments on commit c7e5719

Please sign in to comment.