sbdchd / mongo-types

:fallen_leaf: Type stubs for mongoengine, pymongo, and bson
Apache License 2.0
19 stars 8 forks source link

cut: `__getitem__` and `__setitem__` methods #45

Closed chdsbd closed 3 years ago

chdsbd commented 3 years ago

To improve type safety we can remove these methods.

fixes #25