Skip to content

Commit cea38a2

Browse files
mypy
1 parent 64c2cfa commit cea38a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/openai_agents/spans/invoke_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
if TYPE_CHECKING:
1717
import agents
18-
from typing import Any
18+
from typing import Any, Optional
1919

2020

2121
def invoke_agent_span(context, agent, kwargs):

0 commit comments

Comments
 (0)