mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
fix(e2e): import PhoenixCreds for the phoenix_creds fixture annotation
This commit is contained in:
parent
e7a2d4997c
commit
f6aa57fb34
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue