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
Python 3.8 supports TypedDict, defined in PEP 589. We should use this to improve the type hints for the dictionaries used to represent objects in the various JSON files.
Python 3.8 supports
TypedDict
, defined in PEP 589. We should use this to improve the type hints for the dictionaries used to represent objects in the various JSON files.Example:
The text was updated successfully, but these errors were encountered: