Skip to content

Commit e44a509

Browse files
committed
absolute import.
1 parent 4661fa5 commit e44a509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/instrumentation/test_openai_agents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def load_fixture(fixture_name):
5252
InstrumentationAttributes
5353
)
5454
from tests.unit.sdk.instrumentation_tester import InstrumentationTester
55-
from agentops.instrumentation.openai_agents import AgentsDetailedExporter
55+
from agentops.instrumentation.openai_agents.exporter import AgentsDetailedExporter
5656
# These are in separate modules, import directly from those
5757
from agentops.instrumentation.openai_agents.processor import AgentsDetailedProcessor
5858
from agentops.instrumentation.openai_agents.instrumentor import AgentsInstrumentor, get_model_info

0 commit comments

Comments
 (0)