Skip to content

Commit 0786327

Browse files
committed
ruff
1 parent 016867d commit 0786327

File tree

1 file changed

+5
-7
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-vertexai/tests

1 file changed

+5
-7
lines changed

instrumentation-genai/opentelemetry-instrumentation-vertexai/tests/test_utils.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,18 @@
1313
# limitations under the License.
1414

1515

16-
from opentelemetry.instrumentation.vertexai.utils import (
17-
get_server_attributes,
18-
_map_finish_reason,
19-
)
20-
import pytest
2116
from google.cloud.aiplatform_v1.types import (
2217
content,
23-
prediction_service,
24-
tool,
2518
)
2619
from google.cloud.aiplatform_v1beta1.types import (
2720
content as content_v1beta1,
2821
)
2922

23+
from opentelemetry.instrumentation.vertexai.utils import (
24+
_map_finish_reason,
25+
get_server_attributes,
26+
)
27+
3028

3129
def test_get_server_attributes() -> None:
3230
# without port

0 commit comments

Comments
 (0)