Skip to content

Commit 81f77b1

Browse files
authored
Remove double Optional[] (#1423)
1 parent 04fe184 commit 81f77b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

third_party/2and3/click/termui.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ _T = TypeVar('_T')
6363

6464
@contextmanager
6565
def progressbar(
66-
iterable: Optional[Optional[Iterable[_T]]] = None,
66+
iterable: Optional[Iterable[_T]] = None,
6767
length: Optional[int] = None,
6868
label: Optional[str] = None,
6969
show_eta: bool = True,

0 commit comments

Comments
 (0)