Skip to content

Commit 5e532ca

Browse files
Violet2314claude
andcommitted
fix(safety): remove unused Any import in wrapper
Resolve flake8 F401 on trpc_agent_sdk/safety/_wrapper.py. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 6c0d262 commit 5e532ca

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

trpc_agent_sdk/safety/_wrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
import asyncio
1010
import functools
11-
from typing import Any
1211
from typing import Optional
1312

1413
from ._audit import AuditLogger

0 commit comments

Comments
 (0)