Skip to content

Commit 6af9212

Browse files
committed
FIX: Remove unused imports
1 parent a1c80e8 commit 6af9212

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

botcity/web/browsers/firefox.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from selenium.webdriver.firefox.options import Options as FirefoxOptions
99
from selenium.webdriver.firefox.service import Service as FirefoxService # noqa: F401, F403
1010

11-
from botcity.web.util import cleanup_temp_dir
1211

1312
FIREFOX_MIMETYPES_TO_DOWNLOAD = ['application/vnd.hzn-3d-crossword', 'video/3gpp', 'video/3gpp2',
1413
'application/vnd.mseq', 'application/vnd.3m.post-it-notes',

botcity/web/browsers/undetected_chrome.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from undetected_chromedriver import Chrome # noqa: F401, F403
99
from undetected_chromedriver.options import ChromeOptions
1010
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
11-
from ..util import cleanup_temp_dir
1211

1312
try:
1413
from undetected_chromedriver import Service as ChromeService # noqa: F401, F403

0 commit comments

Comments
 (0)