mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
style: sort imports in db.py to satisfy ruff I001 strict gate
This commit is contained in:
parent
9549e9dccc
commit
4ddcc8bd32
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue