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
fromtypingimportParamSpec, CallableP=ParamSpec("P")
a: Callable[P, None] # error: The first argument to Callable must be a list of types, parameter specification, or "..."