From c5609f55481899a888fd7235ff454fef79d3a7cf Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 26 Oct 2022 17:38:29 +0200 Subject: Autoflake: Remove unused imports --- wrappers/python/eduvpn_common/main.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wrappers/python/eduvpn_common/main.py') 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 -- cgit v1.2.3