Previously mypy would not know the type of the objects in the
DictObjectStore
, which would result in mypy infering Any
and not
checking whether attributes exist for objects in the object store.
Previously mypy would not know the type of the objects in the
DictObjectStore
, which would result in mypy infering Any
and not
checking whether attributes exist for objects in the object store.