From 354ac11bd61ecbb587d101a68e2fdd08b1b1d15d Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 23 Aug 2022 17:37:40 +0200 Subject: Python formatting: Run black --- wrappers/python/src/main.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wrappers/python/src/main.py') diff --git a/wrappers/python/src/main.py b/wrappers/python/src/main.py index e70d431..7ebeae6 100644 --- a/wrappers/python/src/main.py +++ b/wrappers/python/src/main.py @@ -112,7 +112,6 @@ class EduVPN(object): if config_err: raise Exception(config_err) - config_json_dict = json.loads(config_json) config = config_json_dict["config"] config_type = config_json_dict["config_type"] -- cgit v1.2.3