Skip to content

Commit 85191ed

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 85191ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/docker/test_docker.py

Lines changed: 2 additions & 2 deletions
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(

0 commit comments

Comments
 (0)