fix(e2e): import PhoenixCreds for the phoenix_creds fixture annotation

This commit is contained in:
mubashir1osmani 2026-07-13 19:35:24 -07:00
parent e7a2d4997c
commit f6aa57fb34

View file

@ -11,7 +11,14 @@ from collections.abc import Iterator
import pytest
from logging_client import LangfuseCreds, LoggingClient, build_logging_client, load_langfuse_creds, load_phoenix_creds
from logging_client import (
LangfuseCreds,
LoggingClient,
PhoenixCreds,
build_logging_client,
load_langfuse_creds,
load_phoenix_creds,
)
from otel_client import OtelReader, build_otel_reader