Skip to content

Commit 7c50f07

Browse files
committed
fix lint
1 parent 895ea03 commit 7c50f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_ai_slim/pydantic_ai/providers/openrouter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(self, *, api_key: str, http_referer: str, x_title: str) -> None: ..
8686

8787
@overload
8888
def __init__(self, *, api_key: str, http_referer: str, x_title: str, http_client: httpx.AsyncClient) -> None: ...
89-
89+
9090
@overload
9191
def __init__(self, *, http_client: httpx.AsyncClient) -> None: ...
9292

0 commit comments

Comments
 (0)