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/discovery.py | |
| parent | ad01ccf4e59f632ead507646b10310e794b8f0c0 (diff) | |
Python: Run black
Diffstat (limited to 'wrappers/python/eduvpn_common/discovery.py')
| -rw-r--r-- | wrappers/python/eduvpn_common/discovery.py | 7 |
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: |
