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
Expected Behavior
This should not result in any error.
(Write what you thought would happen.)
Actual Behavior
main.py:4: error: The first argument to Callable must be a list of types, parameter specification, or "..."
main.py:4: note: See https://mypy.readthedocs.io/en/stable/kinds_of_types.html#callable-types-and-lambdas
Bug Report
Callable[SomeParamSpec]
throws a spurious error.(A clear and concise description of what the bug is.)
To Reproduce
Expected Behavior
This should not result in any error.
(Write what you thought would happen.)
Actual Behavior
(Write what happened.)
Your Environment
Playground: https://mypy-play.net/?mypy=latest&python=3.10&gist=d01c84f502d89076345cd8f8502ec039
The text was updated successfully, but these errors were encountered: