mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix import scim_router
This commit is contained in:
parent
ce71e85543
commit
edb50d4d6c
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ from litellm.proxy.management_endpoints.model_management_endpoints import (
|
||||||
from litellm.proxy.management_endpoints.organization_endpoints import (
|
from litellm.proxy.management_endpoints.organization_endpoints import (
|
||||||
router as organization_router,
|
router as organization_router,
|
||||||
)
|
)
|
||||||
from litellm.proxy.management_endpoints.scim_v2 import scim_router
|
from litellm.proxy.management_endpoints.scim.scim_v2 import scim_router
|
||||||
from litellm.proxy.management_endpoints.tag_management_endpoints import (
|
from litellm.proxy.management_endpoints.tag_management_endpoints import (
|
||||||
router as tag_management_router,
|
router as tag_management_router,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue