summaryrefslogtreecommitdiff
path: root/wrappers/python/src/main.py
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-08-23 17:37:40 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-08-23 17:37:40 +0200
commit354ac11bd61ecbb587d101a68e2fdd08b1b1d15d (patch)
tree2775eb4c8a079aaa728ec0826a9c4a8111e5df0e /wrappers/python/src/main.py
parent784f7b281c2322a4145c546879a92adcc09ca99b (diff)
Python formatting: Run black
Diffstat (limited to 'wrappers/python/src/main.py')
-rw-r--r--wrappers/python/src/main.py1
1 files changed, 0 insertions, 1 deletions
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"]