We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7412c46 commit 733ad19Copy full SHA for 733ad19
1 file changed
launch/cli/endpoints.py
@@ -90,8 +90,6 @@ def list_endpoints(ctx: click.Context, orderby, descending):
90
for row in endpoint_rows:
91
table.add_row(*row)
92
93
- pretty_print(table)
94
-
95
pretty_print(table)
96
97
0 commit comments