From ad01ccf4e59f632ead507646b10310e794b8f0c0 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Fri, 14 Oct 2022 15:08:14 +0200 Subject: Python: Run isort --- wrappers/python/eduvpn_common/discovery.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 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 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: -- cgit v1.2.3