You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signature for click.echo_via_pager was updated incorrectly in 018ecb3 (third_party/2and3/click/termui.pyi:65) - the default parameter for the second argument was dropped, so mypy is now (incorrectly) reporting a single-argument invocation as wrong.
Uh oh!
There was an error while loading. Please reload this page.
The signature for
click.echo_via_pager
was updated incorrectly in 018ecb3 (third_party/2and3/click/termui.pyi:65) - the default parameter for the second argument was dropped, somypy
is now (incorrectly) reporting a single-argument invocation as wrong.The signature should correspond to:
The text was updated successfully, but these errors were encountered: