We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9eef8b commit 46fe2a4Copy full SHA for 46fe2a4
mypy/checkmember.py
@@ -1413,7 +1413,7 @@ def analyze_typeddict_access(
1413
id=TypeVarId(-1),
1414
values=[],
1415
upper_bound=object_type,
1416
- default=AnyType(TypeOfAny.unannotated),
+ default=AnyType(TypeOfAny.from_omitted_generics),
1417
)
1418
overloads: list[CallableType] = []
1419
for key, val in typ.items.items():
0 commit comments