[Bug] Error E1101 when accessing __annotations__
on TypedDict
classes
#539
Labels
triage-needed
Issue is not triaged.
__annotations__
on TypedDict
classes
#539
When accessing the
__annotations__
attribute on aTypedDict
Pyint gives the errorThis only happens when defining a TypedDict like
MyTypedDict = TypedDict(...)
I'm using Pylint as VS Code extension
Python version: 3.12.2
VS Code version: 1.87.2 (Windows 11)
Python extension version: 2024.2.1
Pylint extension version: 2023.10.1
The text was updated successfully, but these errors were encountered: