This PR updates type hints to use future annotations and move away from the typing module (although not completely). There are no functional changes here.
This PR:
Removes Union, Optional, List, Dict hints from typing.
We still keep t.Callable and t.Any
Type of change
Choose which options apply, and delete the ones which do not apply.
Description
This PR updates type hints to use future annotations and move away from the typing module (although not completely). There are no functional changes here.
This PR:
Type of change
Choose which options apply, and delete the ones which do not apply.