Fix type of spinner_style argument in Console.status

This commit is contained in:
xadrianzetx 2022-10-25 19:20:19 +02:00
parent 4001aa9179
commit e57b4f0d70

View File

@ -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":