Skip to content

fix(cli): Import annotations from __future__ to keep Python 3.9 compatibility

Leandro Nunes requested to merge fix/python_39_cli into main

As we use type annotaions, CLI will break when using Python 3.9. This patch introduces the proper import to keep it working. Can be removed once we drop support for Python 3.9 in future.

Merge request reports

Loading