diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-14 15:08:14 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-14 15:16:04 +0200 |
| commit | ad01ccf4e59f632ead507646b10310e794b8f0c0 (patch) | |
| tree | 4f54b73a912873ed9f8edf9de3dbc0bcbb9e3121 /wrappers/python/eduvpn_common/discovery.py | |
| parent | ef224e5dad25debf4526f2fb017bd771a60448dd (diff) | |
Python: Run isort
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: |
