style: sort imports in db.py to satisfy ruff I001 strict gate

This commit is contained in:
Stephen Chin 2026-06-30 21:40:59 -07:00
parent 9549e9dccc
commit 4ddcc8bd32

View file

@ -19,6 +19,8 @@ from litellm.proxy.db.prisma_client import PrismaManager
try:
from litellm_proxy_extras.utils import (
_get_prisma_command as _imported_prisma_command,
)
from litellm_proxy_extras.utils import (
_get_prisma_env as _imported_prisma_env,
)