Skip to content

Commit f05b0e1

Browse files
committed
STY: Ajust linter
1 parent 677fa82 commit f05b0e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

botcity/web/browsers/undetected_chrome.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
1010
from ..util import cleanup_temp_dir
1111

12-
1312
try:
14-
from undetected_chromedriver import Service as ChromeService # noqa: F401, F403
13+
from undetected_chromedriver import Service as ChromeService # noqa: F401, F403
1514
except ImportError:
1615
from undetected_chromedriver import Chrome as ChromeService # noqa: F401, F403
1716

0 commit comments

Comments
 (0)