We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486fd09 commit 0eb4fc7Copy full SHA for 0eb4fc7
src/codeflare_sdk/utils/pretty_print.py
@@ -23,7 +23,6 @@ def print_app_wrappers_status(app_wrappers:List[AppWrapper]):
23
status = app_wrapper.status.value
24
25
table = Table(box=box.ASCII_DOUBLE_HEAD, title="[bold] :rocket: List of CodeFlare clusters in queue:rocket:")
26
- table.add_row("") #empty row for spacing
27
table.add_column("Name", style="cyan", no_wrap=True)
28
table.add_column("Status", style="magenta")
29
table.add_row(name,status)
0 commit comments