We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174f79a commit 9c6ca9cCopy full SHA for 9c6ca9c
1 file changed
src/together/cli/api/endpoints.py
@@ -337,7 +337,6 @@ def delete(client: Together, endpoint_id: str) -> None:
337
type=click.Choice(["dedicated", "serverless"]),
338
help="Filter by endpoint type",
339
)
340
-
341
@click.pass_obj
342
@handle_api_errors
343
def list(
0 commit comments