Skip to content

Commit 09479af

Browse files
authored
Import Path Inconsistency - There's an inconsistent import style in the tracing module where one import uses an absolute path in line number 3 while all others use relative imports
1 parent e521f89 commit 09479af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/tracing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import atexit
22

3-
from agents.tracing.provider import DefaultTraceProvider, TraceProvider
3+
from .provider import DefaultTraceProvider, TraceProvider
44

55
from .create import (
66
agent_span,

0 commit comments

Comments
 (0)