The first argument to Callable must be a list of types, parameter specification, or "..." when using a ParamSpec
instance
#13067
Labels
ParamSpec
instance
#13067
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: