Skip to content

Commit c3957be

Browse files
Format crawl tool response tests for Ruff compliance
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent b5cf933 commit c3957be

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_tools_response_handling.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,9 @@ async def run() -> None:
506506
with pytest.raises(
507507
HyperbrowserError, match="crawl tool page must be an object at index 0"
508508
):
509-
await WebsiteCrawlTool.async_runnable(client, {"url": "https://example.com"})
509+
await WebsiteCrawlTool.async_runnable(
510+
client, {"url": "https://example.com"}
511+
)
510512

511513
asyncio.run(run())
512514

0 commit comments

Comments
 (0)