From 4ddcc8bd3277804d8a466041b0a9eb9b7280fa18 Mon Sep 17 00:00:00 2001 From: Stephen Chin Date: Tue, 30 Jun 2026 21:40:59 -0700 Subject: [PATCH] style: sort imports in db.py to satisfy ruff I001 strict gate --- litellm/proxy/client/cli/commands/db.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/litellm/proxy/client/cli/commands/db.py b/litellm/proxy/client/cli/commands/db.py index 0c680d5be6a..6ac9b76e559 100644 --- a/litellm/proxy/client/cli/commands/db.py +++ b/litellm/proxy/client/cli/commands/db.py @@ -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, )