deta-python icon indicating copy to clipboard operation
deta-python copied to clipboard

Update: type hints for functions

Open yankeexe opened this issue 4 years ago • 0 comments

Updated type hints for the functions.

Few things I would like to get confirmed before I make the changes: Reference: mypy Standard Duck Types

  1. Replace dict with typing.Mapping and typing.MutableMapping.
  2. Replace list and List with typing.Iterable and typing.Sequence.

I believe these changes will make the code more predictable.

yankeexe avatar Apr 15 '21 13:04 yankeexe