From b0236124fb328f5d1e863f3c76e6d57273519a15 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 1 Mar 2023 00:35:39 +0100 Subject: Format: Run black and gofumpt --- wrappers/python/eduvpn_common/loader.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'wrappers/python/eduvpn_common/loader.py') diff --git a/wrappers/python/eduvpn_common/loader.py b/wrappers/python/eduvpn_common/loader.py index 202e2da..036c201 100644 --- a/wrappers/python/eduvpn_common/loader.py +++ b/wrappers/python/eduvpn_common/loader.py @@ -108,6 +108,7 @@ def initialize_functions(lib: CDLL) -> None: c_char_p, c_char_p, c_char_p, + c_char_p, VPNStateChange, c_int, ], c_void_p @@ -157,5 +158,10 @@ def initialize_functions(lib: CDLL) -> None: c_int, ], c_void_p lib.ShouldRenewButton.argtypes, lib.ShouldRenewButton.restype = [], int - lib.StartFailover.argtypes, lib.StartFailover.restype = [c_char_p, c_char_p, c_int, ReadRxBytes], DataError + lib.StartFailover.argtypes, lib.StartFailover.restype = [ + c_char_p, + c_char_p, + c_int, + ReadRxBytes, + ], DataError lib.CancelFailover.argtypes, lib.CancelFailover.restype = [c_char_p], c_void_p -- cgit v1.2.3