mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Have click.style return a str (#2981)
This previously was missing a return type and therefore defaulting to `Any`, but it actually returns a `str`.
This commit is contained in:
committed by
Sebastian Rittau
parent
75723e3885
commit
b4376fc3d2
2
third_party/2and3/click/termui.pyi
vendored
2
third_party/2and3/click/termui.pyi
vendored
@@ -117,7 +117,7 @@ def style(
|
||||
blink: Optional[bool] = ...,
|
||||
reverse: Optional[bool] = ...,
|
||||
reset: bool = ...,
|
||||
):
|
||||
) -> str:
|
||||
...
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user