From 7b7b97f0460e7d398b60ab435cd6b4fb61b7c5d7 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Thu, 30 Oct 2025 10:57:30 -0700 Subject: [PATCH] pre-commit --- tests/integration/telemetry/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/telemetry/conftest.py b/tests/integration/telemetry/conftest.py index ac7bc272f..fd9224ae4 100644 --- a/tests/integration/telemetry/conftest.py +++ b/tests/integration/telemetry/conftest.py @@ -10,7 +10,6 @@ import os import pytest -import llama_stack.core.telemetry.telemetry as telemetry_module from llama_stack.testing.api_recorder import patch_httpx_for_test_id from tests.integration.fixtures.common import instantiate_llama_stack_client from tests.integration.telemetry.collectors import InMemoryTelemetryManager, OtlpHttpTestCollector