diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-05-24 09:53:35 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-05-24 17:18:05 +0200 |
| commit | 3c391dbfed1bcb7a24e901474be77a48c1408a78 (patch) | |
| tree | 3e17ff070e58b54f2c9ae2f5ea06381c19177d56 /wrappers/python | |
| parent | 0ae68d60baad308aae50269456630522210cca8e (diff) | |
Python main: Disable type annotation for global object
Diffstat (limited to 'wrappers/python')
| -rw-r--r-- | wrappers/python/eduvpn_common/main.py | 2 |
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 |
