diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-14 15:08:37 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-14 15:16:04 +0200 |
| commit | 5137d7ea3bf3356f917f6ccf44610cc23ea6492b (patch) | |
| tree | 2785f098bc0b390f307e1bd9f48901eb251ed491 /wrappers/python/eduvpn_common/event.py | |
| parent | ad01ccf4e59f632ead507646b10310e794b8f0c0 (diff) | |
Python: Run black
Diffstat (limited to 'wrappers/python/eduvpn_common/event.py')
| -rw-r--r-- | wrappers/python/eduvpn_common/event.py | 9 |
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 |
