Skip to content

Commit 7e9e91c

Browse files
chronitisJelleZijlstra
authored andcommitted
Restore default value to click.echo_via_pager (#3090)
1 parent 8131bfc commit 7e9e91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/2and3/click/termui.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def get_terminal_size() -> Tuple[int, int]:
6262

6363
def echo_via_pager(
6464
text_or_generator: Union[str, Iterable[str], Callable[[], Generator[str, None, None]]],
65-
color: Optional[bool]
65+
color: Optional[bool] = ...,
6666
) -> None:
6767
...
6868

0 commit comments

Comments
 (0)