summaryrefslogtreecommitdiff
path: root/wrappers/python/eduvpn_common/main.py
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-10-26 17:38:29 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-10-26 17:38:29 +0200
commitc5609f55481899a888fd7235ff454fef79d3a7cf (patch)
tree3e0b39c547debd987771c01d9ef255593469c925 /wrappers/python/eduvpn_common/main.py
parent516a25eb926a8b9a879e4f38c86d4dbb9b9e0948 (diff)
Autoflake: Remove unused imports
Diffstat (limited to 'wrappers/python/eduvpn_common/main.py')
-rw-r--r--wrappers/python/eduvpn_common/main.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wrappers/python/eduvpn_common/main.py b/wrappers/python/eduvpn_common/main.py
index a77015c..fff7e31 100644
--- a/wrappers/python/eduvpn_common/main.py
+++ b/wrappers/python/eduvpn_common/main.py
@@ -1,5 +1,4 @@
import threading
-from ctypes import c_char_p, c_int, c_void_p
from typing import Any, Callable, Dict, Iterator, List, Optional, Tuple
from eduvpn_common.discovery import DiscoOrganizations, DiscoServers, get_disco_organizations, get_disco_servers