Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
niconoe committed Mar 25, 2024
1 parent 624448c commit 7ff0f76
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dashboard/tests/selenium/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,12 @@
from selenium import webdriver
from selenium.common.exceptions import NoSuchElementException
from selenium.webdriver import Keys
from selenium.webdriver.chrome.service import Service as ChromiumService
from selenium.webdriver.chrome.webdriver import WebDriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.support.select import Select
from selenium.webdriver.support.wait import WebDriverWait

# from webdriver_manager.chrome import ChromeDriverManager # type: ignore
# from webdriver_manager.core.os_manager import ChromeType # type: ignore


from dashboard.models import (
Species,
Expand Down

0 comments on commit 7ff0f76

Please sign in to comment.