diff options
| author | Jeroen Wijenbergh <jeroenwijenbergh@protonmail.com> | 2024-05-08 11:52:35 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-05-08 13:54:45 +0000 |
| commit | 4e7d42986b333147bbc89508c3ebeb9cc289374d (patch) | |
| tree | 4fa15c2cbb0b287b0c8e652948d79d5ded92e680 /selenium_eduvpn.py | |
| parent | 9ce4e4458794290755c68a180125acc68ab84038 (diff) | |
Format: Run Ruff & isort
Diffstat (limited to 'selenium_eduvpn.py')
| -rw-r--r-- | selenium_eduvpn.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/selenium_eduvpn.py b/selenium_eduvpn.py index 2f452a0..605bc54 100644 --- a/selenium_eduvpn.py +++ b/selenium_eduvpn.py @@ -1,5 +1,6 @@ import os import sys + from selenium import webdriver from selenium.webdriver.common.keys import Keys from selenium.webdriver.firefox.options import Options |
