diff options
Diffstat (limited to 'wrappers/python/eduvpn_common/discovery.py')
| -rw-r--r-- | wrappers/python/eduvpn_common/discovery.py | 4 |
1 files changed, 1 insertions, 3 deletions
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, ) |
