From 4e7d42986b333147bbc89508c3ebeb9cc289374d Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Wed, 8 May 2024 11:52:35 +0200 Subject: Format: Run Ruff & isort --- wrappers/python/example/main.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'wrappers/python/example') diff --git a/wrappers/python/example/main.py b/wrappers/python/example/main.py index f6103bb..8008592 100644 --- a/wrappers/python/example/main.py +++ b/wrappers/python/example/main.py @@ -1,10 +1,11 @@ -from eduvpn_common import __version__ as commonver +import sys +import webbrowser +from typing import List, Optional, Tuple + import eduvpn_common.main as eduvpn -from eduvpn_common.state import State, StateType +from eduvpn_common import __version__ as commonver from eduvpn_common.server import Config, Profiles -from typing import Optional, List, Tuple -import webbrowser -import sys +from eduvpn_common.state import State, StateType # Asks the user for a profile index -- cgit v1.2.3