Skip to content

Commit 174f79a

Browse files
committed
fixed pre-commit merge issues
1 parent 89ead81 commit 174f79a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/together/cli/api/endpoints.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -337,17 +337,6 @@ def delete(client: Together, endpoint_id: str) -> None:
337337
type=click.Choice(["dedicated", "serverless"]),
338338
help="Filter by endpoint type",
339339
)
340-
@click.option(
341-
"--usage-type",
342-
type=click.Choice(["on-demand", "reserved"]),
343-
help="Filter by usage type",
344-
)
345-
@click.option(
346-
"--mine",
347-
is_flag=True,
348-
default=False,
349-
help="Show only endpoints owned by you",
350-
)
351340

352341
@click.pass_obj
353342
@handle_api_errors

0 commit comments

Comments
 (0)