We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016867d commit 0786327Copy full SHA for 0786327
instrumentation-genai/opentelemetry-instrumentation-vertexai/tests/test_utils.py
@@ -13,20 +13,18 @@
13
# limitations under the License.
14
15
16
-from opentelemetry.instrumentation.vertexai.utils import (
17
- get_server_attributes,
18
- _map_finish_reason,
19
-)
20
-import pytest
21
from google.cloud.aiplatform_v1.types import (
22
content,
23
- prediction_service,
24
- tool,
25
)
26
from google.cloud.aiplatform_v1beta1.types import (
27
content as content_v1beta1,
28
29
+from opentelemetry.instrumentation.vertexai.utils import (
+ _map_finish_reason,
+ get_server_attributes,
+)
+
30
31
def test_get_server_attributes() -> None:
32
# without port
0 commit comments