summaryrefslogtreecommitdiff
path: root/wrappers/python/eduvpn_common/discovery.py
diff options
context:
space:
mode:
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: