Skip to content

Commit a80ef7b

Browse files
committed
coverage
1 parent a488ad9 commit a80ef7b

File tree

1 file changed

+1
-1
lines changed
  • pydantic_ai_slim/pydantic_ai/providers

1 file changed

+1
-1
lines changed

pydantic_ai_slim/pydantic_ai/providers/google.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def __init__(
146146
http_options=http_options,
147147
)
148148
else:
149-
self._client = client
149+
self._client = client # pragma: no cover
150150

151151

152152
VertexAILocation = Literal[

0 commit comments

Comments
 (0)