Skip to content

Commit 2f93e65

Browse files
Format async tool response tests for Ruff compliance
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 482c1a6 commit 2f93e65

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
@@ -256,7 +256,9 @@ async def run() -> None:
256256
with pytest.raises(
257257
HyperbrowserError, match="crawl tool response data must be a list"
258258
):
259-
await WebsiteCrawlTool.async_runnable(client, {"url": "https://example.com"})
259+
await WebsiteCrawlTool.async_runnable(
260+
client, {"url": "https://example.com"}
261+
)
260262

261263
asyncio.run(run())
262264

0 commit comments

Comments
 (0)