Skip to content

Commit 5825835

Browse files
remove unused import
1 parent eda980c commit 5825835

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sentry_sdk/integrations/openai_agents/spans/invoke_agent.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
import agents
1919
from typing import Any, Optional
2020

21-
from sentry_sdk._types import TextPart
22-
2321

2422
def invoke_agent_span(
2523
context: "agents.RunContextWrapper", agent: "agents.Agent", kwargs: "dict[str, Any]"

0 commit comments

Comments
 (0)