From 5137d7ea3bf3356f917f6ccf44610cc23ea6492b Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Fri, 14 Oct 2022 15:08:37 +0200 Subject: Python: Run black --- wrappers/python/eduvpn_common/discovery.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'wrappers/python/eduvpn_common/discovery.py') 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: -- cgit v1.2.3