Skip to content

Commit eee4872

Browse files
committed
Update google.py
1 parent 3a29690 commit eee4872

File tree

1 file changed

+2
-1
lines changed
  • pydantic_ai_slim/pydantic_ai/profiles

1 file changed

+2
-1
lines changed

pydantic_ai_slim/pydantic_ai/profiles/google.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
from __future__ import annotations as _annotations
22

3+
import time
34
import warnings
45

56
from pydantic_ai.exceptions import UserError
67

78
from . import ModelProfile
89
from ._json_schema import JsonSchema, JsonSchemaTransformer
9-
import time
10+
1011

1112
def google_model_profile(model_name: str) -> ModelProfile | None:
1213
"""Get the model profile for a Google model."""

0 commit comments

Comments
 (0)