mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix: spend tags endpoint
This commit is contained in:
parent
b9be68cc45
commit
8e4df83a32
1 changed files with 0 additions and 7 deletions
|
|
@ -149,13 +149,6 @@ async def view_spend_tags(
|
|||
```
|
||||
"""
|
||||
|
||||
try:
|
||||
from enterprise.utils import get_spend_by_tags
|
||||
except ImportError:
|
||||
raise Exception(
|
||||
"Trying to use Spend by Tags"
|
||||
+ CommonProxyErrors.missing_enterprise_package_docker.value
|
||||
)
|
||||
from litellm.proxy.proxy_server import prisma_client
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue