deta-python
deta-python copied to clipboard
Update: type hints for functions
Updated type hints for the functions.
Few things I would like to get confirmed before I make the changes: Reference: mypy Standard Duck Types
- Replace
dictwithtyping.Mappingandtyping.MutableMapping. - Replace
listandListwithtyping.Iterableandtyping.Sequence.
I believe these changes will make the code more predictable.