Skip to content

Commit 553c744

Browse files
committed
style: remove redundant line breaks in browser initialization method
1 parent 6185c76 commit 553c744

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pydoll/browser/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ async def start(self) -> None:
8181
self.options.arguments,
8282
)
8383
await self._verify_browser_running()
84-
8584
await self._configure_proxy(proxy_config[0], proxy_config[1])
86-
8785
await self._init_first_page()
8886

8987
async def set_download_path(self, path: str):

0 commit comments

Comments
 (0)