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
Per PEP 484, the type annotation for an argument list should be the type of the expected elements, not List. This causes mypy to return spurious errors on code including the fcall method.
I believe this annotation should be *keys_and_args: Any.