summaryrefslogtreecommitdiff
path: root/wrappers/python/example
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-10-25 14:14:17 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-10-25 16:34:13 +0200
commit67161ca7b0cbcd2a37a51c7fd8fcfdbe0c577293 (patch)
treebaeccb61d27e923d3db29bd870faa728bb25bf1f /wrappers/python/example
parent7a4a4b9a648fb072d9641abac893731770d7f028 (diff)
Format: Run Black
Diffstat (limited to 'wrappers/python/example')
-rw-r--r--wrappers/python/example/main.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/wrappers/python/example/main.py b/wrappers/python/example/main.py
index 92472d2..68e1286 100644
--- a/wrappers/python/example/main.py
+++ b/wrappers/python/example/main.py
@@ -99,7 +99,9 @@ def do_secure_internet(edu: eduvpn.EduVPN) -> Optional[Config]:
# The main entry point
if __name__ == "__main__":
- _eduvpn = eduvpn.EduVPN("org.eduvpn.app.linux", f"{commonver}-cli-py", "configs", "en")
+ _eduvpn = eduvpn.EduVPN(
+ "org.eduvpn.app.linux", f"{commonver}-cli-py", "configs", "en"
+ )
setup_callbacks(_eduvpn)
# Register with the eduVPN-common library