From 4dedb128b74707709120524fe13bae55a04b9609 Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Fri, 19 Dec 2025 23:26:05 +0530 Subject: [PATCH] fix code qa check --- litellm/proxy/proxy_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/proxy_server.py b/litellm/proxy/proxy_server.py index 233a83319f6..e439affe8cc 100644 --- a/litellm/proxy/proxy_server.py +++ b/litellm/proxy/proxy_server.py @@ -4437,7 +4437,7 @@ class ProxyStartupEvent: ) @classmethod - async def initialize_scheduled_background_jobs( + async def initialize_scheduled_background_jobs( # noqa: PLR0915 cls, general_settings: dict, prisma_client: PrismaClient,