fix: removed unused imports
This commit is contained in:
@@ -8,8 +8,6 @@ from selenium.webdriver.common.action_chains import ActionChains
|
||||
from selenium.webdriver.common.by import By
|
||||
from selenium.webdriver.common.keys import Keys
|
||||
from selenium.webdriver.support import expected_conditions as EC
|
||||
from selenium.webdriver.support.wait import WebDriverWait
|
||||
from selenium.webdriver.remote.webelement import WebElement
|
||||
|
||||
from common.utils import *
|
||||
from common.timer import Timer
|
||||
@@ -19,7 +17,6 @@ from common.actionflow import Action, ActionFlow
|
||||
from io import BytesIO
|
||||
from enum import Enum
|
||||
from wakepy import keep
|
||||
from typing import Callable
|
||||
from pathlib import Path
|
||||
from datetime import datetime
|
||||
from openpyxl import Workbook
|
||||
|
||||
Reference in New Issue
Block a user