Skip to content

Fix Python3.8 incompatible union typing

Used syntax was apparently introduced in 3.10. See https://peps.python.org/pep-0604/

Merge request reports