mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
Remove double Optional[] (#1423)
This commit is contained in:
2
third_party/2and3/click/termui.pyi
vendored
2
third_party/2and3/click/termui.pyi
vendored
@@ -63,7 +63,7 @@ _T = TypeVar('_T')
|
||||
|
||||
@contextmanager
|
||||
def progressbar(
|
||||
iterable: Optional[Optional[Iterable[_T]]] = None,
|
||||
iterable: Optional[Iterable[_T]] = None,
|
||||
length: Optional[int] = None,
|
||||
label: Optional[str] = None,
|
||||
show_eta: bool = True,
|
||||
|
||||
Reference in New Issue
Block a user