Skip to content

Commit f14411f

Browse files
authored
Upgrade Ruff to v0.14.6 (#3547)
1 parent 5afc2d6 commit f14411f

File tree

4 files changed

+23
-24
lines changed

4 files changed

+23
-24
lines changed

pydantic_ai_slim/pydantic_ai/common_tools/duckduckgo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import functools
22
from dataclasses import KW_ONLY, dataclass
33

4-
import anyio
54
import anyio.to_thread
65
from pydantic import TypeAdapter
76
from typing_extensions import Any, TypedDict

pydantic_ai_slim/pydantic_ai/durable_exec/temporal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import anyio._backends._asyncio # pyright: ignore[reportUnusedImport]
3434

3535
try:
36-
import anyio._backends._trio # noqa F401 # pyright: ignore[reportUnusedImport]
36+
import anyio._backends._trio # pyright: ignore[reportUnusedImport] # noqa F401
3737
except ImportError:
3838
pass
3939

pydantic_ai_slim/pydantic_ai/models/bedrock.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from itertools import count
1010
from typing import TYPE_CHECKING, Any, Generic, Literal, cast, overload
1111

12-
import anyio
1312
import anyio.to_thread
1413
from botocore.exceptions import ClientError
1514
from typing_extensions import ParamSpec, assert_never

uv.lock

Lines changed: 22 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)