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/discovery.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'wrappers/python/eduvpn_common/discovery.py') diff --git a/wrappers/python/eduvpn_common/discovery.py b/wrappers/python/eduvpn_common/discovery.py index 7e31a7f..732283a 100644 --- a/wrappers/python/eduvpn_common/discovery.py +++ b/wrappers/python/eduvpn_common/discovery.py @@ -1,10 +1,8 @@ -from ctypes import CDLL, POINTER, c_void_p, cast, pointer +from ctypes import CDLL, POINTER, c_void_p, cast from typing import List, Optional from eduvpn_common.types import ( - cDiscoveryOrganization, cDiscoveryOrganizations, - cDiscoveryServer, cDiscoveryServers, get_ptr_list_strings, ) -- cgit v1.2.3