Before python 3.9 for typing complex structure is possible only via typing library.
Example:
py-3.9: dict[str,str] -> py-3.8: typing.Dict[str, str]
I would like to this changes to enable python versions to run this plugin! Let me know if it ok and I can contribute with that or it is any motivation to not support that?
Before python 3.9 for typing complex structure is possible only via typing library. Example: py-3.9: dict[str,str] -> py-3.8: typing.Dict[str, str]
I would like to this changes to enable python versions to run this plugin! Let me know if it ok and I can contribute with that or it is any motivation to not support that?