mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
Add load_phoenix_creds import to conftest.py
This commit is contained in:
parent
43dd4306eb
commit
d7a2206d3f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ from collections.abc import Iterator
|
|||
|
||||
import pytest
|
||||
|
||||
from logging_client import LangfuseCreds, LoggingClient, build_logging_client, load_langfuse_creds
|
||||
from logging_client import LangfuseCreds, LoggingClient, 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