Skip to content

Commit e26df59

Browse files
Skn0ttCopilot
andcommitted
chore: format sync context manager with black
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 16cb16dc-1986-42c7-90ce-9549b32cfccb
1 parent ee6c188 commit e26df59

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

playwright/sync_api/_context_manager.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ def greenlet_main() -> None:
7070
dispatcher_fiber.switch()
7171

7272
try:
73-
self._playwright = SyncPlaywright(self._connection.playwright_future.result())
73+
self._playwright = SyncPlaywright(
74+
self._connection.playwright_future.result()
75+
)
7476
except BaseException:
7577
self.__exit__()
7678
raise

0 commit comments

Comments
 (0)