Skip to content

Commit f199bfb

Browse files
committed
style: remove unnecessary whitespace in page.py and page.py commands
1 parent 26794f8 commit f199bfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pydoll/browser/page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ async def close(self):
104104
Closes the page.
105105
"""
106106
await self._execute_command(PageCommands.close())
107-
107+
108108
async def get_cookies(self) -> list[dict]:
109109
"""
110110
Retrieves the cookies of the page.

pydoll/commands/page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,4 @@ def close(cls) -> dict:
184184
dict: The command to be sent to the browser,
185185
containing the method to close the current page.
186186
"""
187-
return cls.CLOSE
187+
return cls.CLOSE

0 commit comments

Comments
 (0)