Currently the type annotation declarations differ based on the Python version. This can be possibly avoided by using following methods: - `from __future__ import annotations` as demonstrated in this issue: https://github.com/python/cpython/pull/4390 Consider possible issues.
Currently the type annotation declarations differ based on the Python version. This can be possibly avoided by using following methods:
from __future__ import annotationsas demonstrated in this issue: String annotations [PEP 563] python/cpython#4390Consider possible issues.