summaryrefslogtreecommitdiff
path: root/wrappers/python/eduvpn_common/discovery.py
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-10-14 15:08:37 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-10-14 15:16:04 +0200
commit5137d7ea3bf3356f917f6ccf44610cc23ea6492b (patch)
tree2785f098bc0b390f307e1bd9f48901eb251ed491 /wrappers/python/eduvpn_common/discovery.py
parentad01ccf4e59f632ead507646b10310e794b8f0c0 (diff)
Python: Run black
Diffstat (limited to 'wrappers/python/eduvpn_common/discovery.py')
-rw-r--r--wrappers/python/eduvpn_common/discovery.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/wrappers/python/eduvpn_common/discovery.py b/wrappers/python/eduvpn_common/discovery.py
index 91f29bd..0bf693b 100644
--- a/wrappers/python/eduvpn_common/discovery.py
+++ b/wrappers/python/eduvpn_common/discovery.py
@@ -1,7 +1,10 @@
from ctypes import POINTER, cast
-from eduvpn_common.types import (cDiscoveryOrganizations, cDiscoveryServers,
- get_ptr_list_strings)
+from eduvpn_common.types import (
+ cDiscoveryOrganizations,
+ cDiscoveryServers,
+ get_ptr_list_strings,
+)
class DiscoOrganization: