mirror of
https://github.com/Textualize/rich.git
synced 2026-02-06 10:58:48 +00:00
Fix type of spinner_style argument in Console.status
This commit is contained in:
parent
4001aa9179
commit
e57b4f0d70
@ -1146,7 +1146,7 @@ class Console:
|
||||
status: RenderableType,
|
||||
*,
|
||||
spinner: str = "dots",
|
||||
spinner_style: str = "status.spinner",
|
||||
spinner_style: StyleType = "status.spinner",
|
||||
speed: float = 1.0,
|
||||
refresh_per_second: float = 12.5,
|
||||
) -> "Status":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user