pyanalyze icon indicating copy to clipboard operation
pyanalyze copied to clipboard

Consider assuming unparseable TypedDict annotations to be NotRequired

Open JelleZijlstra opened this issue 1 year ago • 0 comments

If NotRequired is used with from __future__ import annotations, we may not be able to parse the type. Consider always inferring NotRequired[] in that case.

JelleZijlstra avatar May 25 '23 20:05 JelleZijlstra