Skip to content

Commit 8ee47a4

Browse files
committed
FIX: Ajust to linter
1 parent 29d6323 commit 8ee47a4

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

botcity/web/browsers/chrome.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
99

1010

11-
1211
def default_options(headless=False, download_folder_path=None, user_data_dir=None,
1312
page_load_strategy="normal") -> ChromeOptions:
1413
"""Retrieve the default options for this browser curated by BotCity.

botcity/web/browsers/edge.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
99

1010

11-
1211
def default_options(headless=False, download_folder_path=None, user_data_dir=None,
1312
page_load_strategy="normal") -> EdgeOptions:
1413
"""Retrieve the default options for this browser curated by BotCity.

botcity/web/browsers/firefox.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import atexit
21
import os
32
import tempfile
43
from typing import Dict
@@ -8,7 +7,6 @@
87
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
98
from selenium.webdriver.firefox.options import Options as FirefoxOptions
109

11-
from ..util import cleanup_temp_dir
1210

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

0 commit comments

Comments
 (0)