diff options
Diffstat (limited to 'wrappers/python/eduvpn_common/discovery.py')
| -rw-r--r-- | wrappers/python/eduvpn_common/discovery.py | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/wrappers/python/eduvpn_common/discovery.py b/wrappers/python/eduvpn_common/discovery.py index 3a1cbe6..91f29bd 100644 --- a/wrappers/python/eduvpn_common/discovery.py +++ b/wrappers/python/eduvpn_common/discovery.py @@ -1,9 +1,7 @@ -from eduvpn_common.types import ( - cDiscoveryOrganizations, - cDiscoveryServers, - get_ptr_list_strings, -) -from ctypes import cast, POINTER +from ctypes import POINTER, cast + +from eduvpn_common.types import (cDiscoveryOrganizations, cDiscoveryServers, + get_ptr_list_strings) class DiscoOrganization: |
