Skip to content

Commit 0eb4fc7

Browse files
fix queue table formating (#27)
1 parent 486fd09 commit 0eb4fc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/codeflare_sdk/utils/pretty_print.py

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def print_app_wrappers_status(app_wrappers:List[AppWrapper]):
2323
status = app_wrapper.status.value
2424

2525
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
2726
table.add_column("Name", style="cyan", no_wrap=True)
2827
table.add_column("Status", style="magenta")
2928
table.add_row(name,status)

0 commit comments

Comments
 (0)