Skip to content

Commit

Permalink
chore(lint): fix import order (lint error)
Browse files Browse the repository at this point in the history
  • Loading branch information
Restioson committed Nov 5, 2024
1 parent 1d3bb85 commit 288d416
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/general/tests/test_frontend.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
from django.contrib.staticfiles.testing import StaticLiveServerTestCase
from selenium.common import TimeoutException
from selenium.webdriver.chrome.webdriver import WebDriver, Options
from selenium.webdriver.chrome.webdriver import Options, WebDriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support.wait import WebDriverWait


# Wait timeout in seconds
WAIT_TIMEOUT = 5

Expand Down

0 comments on commit 288d416

Please sign in to comment.