From b6c079587e035b073c32f52e537e253ae5a3f440 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 20 Dec 2022 16:08:36 +0100 Subject: Python: Fix duplicate imports --- wrappers/python/eduvpn_common/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wrappers/python/eduvpn_common') diff --git a/wrappers/python/eduvpn_common/main.py b/wrappers/python/eduvpn_common/main.py index 304e2e8..07e3b6d 100644 --- a/wrappers/python/eduvpn_common/main.py +++ b/wrappers/python/eduvpn_common/main.py @@ -7,8 +7,7 @@ from eduvpn_common.event import EventHandler from eduvpn_common.loader import initialize_functions, load_lib from eduvpn_common.server import Profiles, Config, Token, encode_tokens, get_config, Server, get_transition_server, get_servers from eduvpn_common.state import State, StateType -from eduvpn_common.types import ReadRxBytes, VPNStateChange, decode_res, encode_args, get_data_error, get_bool -from eduvpn_common.types import VPNStateChange, ReadRXBytes, cToken, decode_res, encode_args, get_data_error, get_bool +from eduvpn_common.types import VPNStateChange, ReadRxBytes, cToken, decode_res, encode_args, get_data_error, get_bool class EduVPN(object): -- cgit v1.2.3