Skip to content

Commit 3dd74c9

Browse files
committed
Make black & flake8 happy
1 parent baf4f57 commit 3dd74c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scrapy_playwright/handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class Config:
7474
max_contexts: Optional[int]
7575
startup_context_kwargs: dict
7676
navigation_timeout: Optional[float]
77-
close_context_interval : Optional[float]
77+
close_context_interval: Optional[float]
7878

7979
@classmethod
8080
def from_settings(cls, settings: Settings) -> "Config":
@@ -91,7 +91,7 @@ def from_settings(cls, settings: Settings) -> "Config":
9191
),
9292
close_context_interval=_get_float_setting(
9393
settings, "PLAYWRIGHT_CLOSE_CONTEXT_INTERVAL"
94-
)
94+
),
9595
)
9696
cfg.cdp_kwargs.pop("endpoint_url", None)
9797
if not cfg.max_pages_per_context:

0 commit comments

Comments
 (0)