I want to use typing.get_type_hints for a dataclass annotated with list[str]:
typing.get_type_hints
list[str]
# python3.8 from __