mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 10:08:40 +00:00
Rename default_columns to get_default_columns, and add docstring
This commit is contained in:
parent
b0794522a6
commit
76e234b79d
2 changed files with 26 additions and 4 deletions
|
@ -348,7 +348,7 @@ def test_using_default_columns() -> None:
|
|||
|
||||
progress = Progress(
|
||||
SpinnerColumn(),
|
||||
*Progress.default_columns(),
|
||||
*Progress.get_default_columns(),
|
||||
"Elapsed:",
|
||||
TimeElapsedColumn(),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue