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
In this case, the offending line is WSGIEnvironment: TypeAlias = dict[str, Any], both at runtime and the stub. Interestingly, the following line works ok:
Bug Report
Using mypy 0.960 and Python 3.9.2, stubtest reports a mismatch between runtime and a stub file when both use an identical
TypeAlias
annotation:(Source: https://github.com/python/typeshed/runs/7319247103?check_suite_focus=true)
In this case, the offending line is
WSGIEnvironment: TypeAlias = dict[str, Any]
, both at runtime and the stub. Interestingly, the following line works ok:The text was updated successfully, but these errors were encountered: