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,