From 3556b8144d9df64c7334f2529ae97d9aab50f448 Mon Sep 17 00:00:00 2001 From: Christopher Banck Date: Sat, 14 Oct 2023 13:47:30 +0200 Subject: [PATCH] alternative syntax for unions in python < 3.10 --- e3dc/_rscpTags.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e3dc/_rscpTags.py b/e3dc/_rscpTags.py index 783c617..9b9a40e 100644 --- a/e3dc/_rscpTags.py +++ b/e3dc/_rscpTags.py @@ -1,3 +1,5 @@ +from __future__ import annotations + from enum import Enum