Skip to content

Commit 306514e

Browse files
committed
move import up
1 parent 3a2481a commit 306514e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/models/test_google.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from typing import Any
66

77
import pytest
8-
from google.genai.types import Language
98
from httpx import Timeout
109
from inline_snapshot import Is, snapshot
1110
from pydantic import BaseModel
@@ -45,7 +44,7 @@
4544
from ..conftest import IsDatetime, IsInstance, IsStr, try_import
4645

4746
with try_import() as imports_successful:
48-
from google.genai.types import HarmBlockThreshold, HarmCategory
47+
from google.genai.types import HarmBlockThreshold, HarmCategory, Language
4948

5049
from pydantic_ai.models.google import GoogleModel, GoogleModelSettings
5150
from pydantic_ai.providers.google import GoogleProvider

0 commit comments

Comments
 (0)