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/server.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'wrappers/python/eduvpn_common/server.py') diff --git a/wrappers/python/eduvpn_common/server.py b/wrappers/python/eduvpn_common/server.py index 01b5204..8dac3c1 100644 --- a/wrappers/python/eduvpn_common/server.py +++ b/wrappers/python/eduvpn_common/server.py @@ -1,7 +1,9 @@ -from typing import List, Optional, Type -from eduvpn_common.types import cServer, cServers, cServerLocations, cServerProfiles -from ctypes import c_void_p, cast, POINTER, CDLL +from ctypes import CDLL, POINTER, c_void_p, cast from datetime import datetime +from typing import List, Optional, Type + +from eduvpn_common.types import (cServer, cServerLocations, cServerProfiles, + cServers) class Profile: -- cgit v1.2.3