mirror of
https://github.com/Textualize/rich.git
synced 2025-08-31 07:27:29 +00:00
black
This commit is contained in:
parent
0aee98f6a9
commit
44a2784aea
1 changed files with 1 additions and 1 deletions
|
@ -785,7 +785,7 @@ if __name__ == "__main__": # pragma: no cover
|
|||
table.add_row("Dec 15, 2017", "Star Wars Ep. V111: The Last Jedi", "$1,332,539,889")
|
||||
table.add_row("Dec 16, 2016", "Rogue One: A Star Wars Story", "$1,332,439,889")
|
||||
|
||||
def header(text:str) -> None:
|
||||
def header(text: str) -> None:
|
||||
console.print()
|
||||
console.rule(highlight(text))
|
||||
console.print()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue