traja-team / traja

Python tools for spatial trajectory and time-series data analysis
https://traja.readthedocs.io
MIT License
98 stars 25 forks source link

Prefer type hints over docstring annotations #5

Closed JarnoRFB closed 5 years ago

JarnoRFB commented 5 years ago

Since we only support 3.6+ we can use typehints only and do not need to put the information in the docstring.

JustinShenk commented 5 years ago

Agreed.

Bye-bye, Python 2.