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/tests.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'wrappers/python/tests.py') diff --git a/wrappers/python/tests.py b/wrappers/python/tests.py index f10eac7..72627a4 100644 --- a/wrappers/python/tests.py +++ b/wrappers/python/tests.py @@ -1,12 +1,13 @@ #!/usr/bin/env python3 -import unittest -import eduvpn_common.main as eduvpn -import eduvpn_common.event as event -from eduvpn_common.state import State, StateType import os import sys import threading +import unittest + +import eduvpn_common.event as event +import eduvpn_common.main as eduvpn +from eduvpn_common.state import State, StateType # Import project root directory where the selenium python utility is sys.path.append(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) -- cgit v1.2.3