summaryrefslogtreecommitdiff
path: root/wrappers/python/eduvpn_common/main.py
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-05-24 09:53:35 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2024-05-24 17:18:05 +0200
commit3c391dbfed1bcb7a24e901474be77a48c1408a78 (patch)
tree3e17ff070e58b54f2c9ae2f5ea06381c19177d56 /wrappers/python/eduvpn_common/main.py
parent0ae68d60baad308aae50269456630522210cca8e (diff)
Python main: Disable type annotation for global object
Diffstat (limited to 'wrappers/python/eduvpn_common/main.py')
-rw-r--r--wrappers/python/eduvpn_common/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/python/eduvpn_common/main.py b/wrappers/python/eduvpn_common/main.py
index 0bf4d07..b8677e0 100644
--- a/wrappers/python/eduvpn_common/main.py
+++ b/wrappers/python/eduvpn_common/main.py
@@ -599,7 +599,7 @@ class EduVPN(object):
raise cancel_err
-eduvpn_objects: Dict[str, EduVPN] = {}
+eduvpn_objects = {}
@UpdateToken