Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
natecodes committed Jan 22, 2025
1 parent 728dd77 commit a6f77f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/webdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
from typing import TYPE_CHECKING, Any

from sbvirtualdisplay import Display
from seleniumbase import Driver
from seleniumbase.fixtures import page_actions as seleniumbase_actions
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.support.ui import WebDriverWait
from seleniumbase import Driver
from seleniumbase.fixtures import page_actions as seleniumbase_actions

from .log import LOGS_DIRECTORY, get_logger
from .utils import DriverTimeoutError, LoginError, random_sleep_duration
Expand Down

0 comments on commit a6f77f2

Please sign in to comment.