conjuncts/gmft

Type annotations using the pipe symbol (|) for union types are not supported in Python versions earlier than 3.10.

Opened this issue · 0 comments

jiauy commented

some classes or funcs use "|" for type annotations, for example class CroppedTable: def __init__ and def image and class RotatedCroppedTable def image, which make my running on python3.9 raise Error