tpaul016 / search-engine

0 stars 1 forks source link

Add Type hinting #70

Open rkchang opened 4 years ago

rkchang commented 4 years ago

Some existing functions may benefit from type hinting by making things clearer https://docs.python.org/3/library/typing.html

We can run our code through mypy as well