Merge pull request #23177 from BerriAI/litellm_fix_lint_error

[Fix] Remove duplicate jwt_key_mapping_router import
This commit is contained in:
yuneng-jiang 2026-03-09 13:59:41 -07:00 committed by GitHub
commit 5610945830
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -377,9 +377,6 @@ from litellm.proxy.management_endpoints.internal_user_endpoints import user_upda
from litellm.proxy.management_endpoints.jwt_key_mapping_endpoints import (
router as jwt_key_mapping_router,
)
from litellm.proxy.management_endpoints.jwt_key_mapping_endpoints import (
router as jwt_key_mapping_router,
)
from litellm.proxy.management_endpoints.key_management_endpoints import (
delete_verification_tokens,
duration_in_seconds,