Is your feature request related to a problem? Please describe.
Python 3.6 is now EOL, so with the minimum supported Python version at 3.7, we can possibly use from __future__ import annotations and start adding type hints for mypy support.
Describe the solution you'd like
Add type information.
Describe alternatives you've considered
There is currently no type information.
Additional context
None.
Is your feature request related to a problem? Please describe.
Python 3.6 is now EOL, so with the minimum supported Python version at 3.7, we can possibly use
from __future__ import annotationsand start adding type hints formypysupport.Describe the solution you'd like
Add type information.
Describe alternatives you've considered
There is currently no type information.
Additional context
None.