Skip to content

Commit

Permalink
tidy: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stowmyy committed May 15, 2023
1 parent e5fbe27 commit 6835da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import json, datetime, calendar

from selenium.common.exceptions import WebDriverException, NoSuchElementException
from selenium.common.exceptions import WebDriverException
import selenium.webdriver.support.expected_conditions as EC # noqa
from selenium.webdriver.common.by import By
from selenium.webdriver.support.wait import WebDriverWait
Expand Down

0 comments on commit 6835da9

Please sign in to comment.