mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
test: update testing imports
This commit is contained in:
parent
3b65138f2e
commit
c050f79b9f
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ def test_user_daily_activity_types():
|
|||
"""
|
||||
Assert all fiels in SpendMetrics are reported in DailySpendMetadata as "total_"
|
||||
"""
|
||||
from litellm.proxy.management_endpoints.internal_user_endpoints import (
|
||||
from litellm.proxy.management_endpoints.common_daily_activity import (
|
||||
DailySpendMetadata,
|
||||
SpendMetrics,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue