Skip to content

Commit 014c034

Browse files
committed
Remove unused imports
1 parent 229b765 commit 014c034

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/page_object_autofill.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
import json
22
import logging
3-
import time
43
from typing import List, Optional
54

65
from selenium.webdriver import Firefox
7-
from selenium.webdriver.common.by import By
8-
from selenium.webdriver.support import expected_conditions as EC
96
from selenium.webdriver.support.select import Select
10-
from selenium.webdriver.support.ui import WebDriverWait
117

128
from modules.browser_object_autofill_popup import AutofillPopup
139
from modules.classes.autofill_base import AutofillAddressBase

0 commit comments

Comments
 (0)