Skip to content

Commit 80f836a

Browse files
committed
fix: update telemetry import path after module move
The telemetry module was moved from llama_stack.apis.telemetry to llama_stack.core.telemetry in PR llamastack#3919. This updates the import in the provider data routing test to use the new location.
1 parent 73f4762 commit 80f836a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/inference/test_provider_data_routing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
OpenAIChatCompletionUsage,
2525
OpenAIChoice,
2626
)
27-
from llama_stack.apis.telemetry.telemetry import MetricEvent
27+
from llama_stack.core.telemetry.telemetry import MetricEvent
2828

2929

3030
class OpenAIChatCompletionWithMetrics(OpenAIChatCompletion):

0 commit comments

Comments
 (0)