Skip to content

Commit baa1b59

Browse files
mypy
1 parent 5a70ca0 commit baa1b59

File tree

1 file changed

+3
-1
lines changed
  • sentry_sdk/integrations/openai_agents

1 file changed

+3
-1
lines changed

sentry_sdk/integrations/openai_agents/utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
from typing import TYPE_CHECKING
1515

1616
if TYPE_CHECKING:
17-
from typing import Any
17+
from typing import Any, Optional
1818
from agents import Usage
1919

20+
from sentry_sdk.tracing import Span
21+
2022
try:
2123
import agents
2224

0 commit comments

Comments
 (0)