fiber icon indicating copy to clipboard operation
fiber copied to clipboard

Add Python type hints to Fiber code base

Open calio opened this issue 5 years ago • 0 comments

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.

calio avatar Sep 07 '20 20:09 calio