summaryrefslogtreecommitdiff
path: root/wrappers/python/eduvpn_common/event.py
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/python/eduvpn_common/event.py')
-rw-r--r--wrappers/python/eduvpn_common/event.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/wrappers/python/eduvpn_common/event.py b/wrappers/python/eduvpn_common/event.py
index 940d0c0..d2ab952 100644
--- a/wrappers/python/eduvpn_common/event.py
+++ b/wrappers/python/eduvpn_common/event.py
@@ -1,9 +1,12 @@
from ctypes import CDLL, c_void_p
from typing import Any, Callable, Dict, List, Tuple
-from eduvpn_common.server import (get_locations, get_servers,
- get_transition_profiles,
- get_transition_server)
+from eduvpn_common.server import (
+ get_locations,
+ get_servers,
+ get_transition_profiles,
+ get_transition_server,
+)
from eduvpn_common.state import State, StateType
from eduvpn_common.types import get_ptr_string