Skip to content

Commit 733ad19

Browse files
authoredFeb 28, 2023
remove double print (#82)
1 parent 7412c46 commit 733ad19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎launch/cli/endpoints.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ def list_endpoints(ctx: click.Context, orderby, descending):
9090
for row in endpoint_rows:
9191
table.add_row(*row)
9292

93-
pretty_print(table)
94-
9593
pretty_print(table)
9694

9795

0 commit comments

Comments
 (0)