Closed mschoettle closed 1 year ago
I used Dict[...] instead of dict[...] since that requires Python 3.10.
Dict[...]
dict[...]
Fixes #894
I used
Dict[...]
instead ofdict[...]
since that requires Python 3.10.Fixes #894