uber / fiber

Distributed Computing for AI Made Simple
https://uber.github.io/fiber/
Apache License 2.0
1.04k stars 108 forks source link

Add Python type hints to Fiber code base #35

Open calio opened 4 years ago

calio commented 4 years ago

Python type hints (PEP 484) is useful in improving code base readability and providing additional static type checking to find bugs related with typing.

Type hints needs to be added to all files under fiber/ directory.