Skip to content

Commit 3dc80a0

Browse files
committed
Fix lint error
1 parent 3d7ca23 commit 3dc80a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import sys
22
from datetime import datetime, timezone
33

4-
from pydantic_ai.builtin_tools import ImageGenerationTool
54
import pytest
65
from inline_snapshot import snapshot
76
from pydantic import TypeAdapter
@@ -27,6 +26,7 @@
2726
UserPromptPart,
2827
VideoUrl,
2928
)
29+
from pydantic_ai.builtin_tools import ImageGenerationTool
3030
from pydantic_ai.models import ToolDefinition
3131

3232
from .conftest import IsDatetime, IsNow, IsStr

0 commit comments

Comments
 (0)