Skip to content

Commit 7b4dd98

Browse files
committed
chore: revert formatting changes to test_docker.py
Revert formatting changes to test_docker.py to minimise differences.
1 parent 9c43561 commit 7b4dd98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/docker/test_docker.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ async def test_direct_structured_extraction(browser_config: BrowserConfig):
5656
"baseSelector": "body > div",
5757
"fields": [
5858
{"name": "title", "selector": "h1", "type": "text"},
59-
{"name": "content", "selector": "p", "type": "html"},
60-
],
59+
{"name": "content", "selector": "p", "type": "html"}
60+
]
6161
}
6262

6363
crawler_config = CrawlerRunConfig(
@@ -149,7 +149,7 @@ async def test_with_client_llm_streaming():
149149
async for result in await client.crawl_async(
150150
urls=["https://example.com"],
151151
browser_config=browser_config,
152-
crawler_config=crawler_config,
152+
crawler_config=crawler_config
153153
):
154154
assert result.success, f"Stream failed with: {result.error_message}"
155155

0 commit comments

Comments
 (0)