diff options
| author | Jeroen Wijenbergh <jeroenwijenbergh@protonmail.com> | 2024-04-25 11:38:50 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-04-26 16:21:18 +0200 |
| commit | 82ebc0e541fda84c4315967570a66c4c8a7b1dbf (patch) | |
| tree | 6cefe221c24ec80c944c00a3775d9266bb6ef281 /wrappers/python/tests.py | |
| parent | 9a3d9d701f12cda91cae0193968b3068408b7cbf (diff) | |
Format: Run Ruff
Diffstat (limited to 'wrappers/python/tests.py')
| -rw-r--r-- | wrappers/python/tests.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wrappers/python/tests.py b/wrappers/python/tests.py index c037b13..f10eac7 100644 --- a/wrappers/python/tests.py +++ b/wrappers/python/tests.py @@ -9,9 +9,7 @@ import sys import threading # 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__)))) -) +sys.path.append(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) from selenium_eduvpn import login_eduvpn |
