Closed
Description
I can't reproduce this locally, but please have a look at the CI failures of python/typeshed#7535. The change is a simple type alias Incomplete = Any
. The TypeAlias
is optional, mypy fails with or without it. CI runs mypy 0.941 with all Python versions.