from __future__ import annotations SyntaxError: future feature annotations is not defined running python 3.6 causes an error related to future feature annotations
from future import annotations
SyntaxError: future feature annotations is not defined
running python 3.6 causes an error related to future feature annotations