Skip to content

Commit a199eb4

Browse files
authored
alternative syntax for unions in python < 3.10 (#90)
1 parent 0a906db commit a199eb4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

e3dc/_rscpTags.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
from enum import Enum
24

35

0 commit comments

Comments
 (0)