From 98ae6dc831ae47c2ea44e8f7dbfa7581c266554c Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Thu, 29 Jan 2026 12:47:10 +0530 Subject: [PATCH] Fix lint issues --- litellm/batches/main.py | 1 - litellm/proxy/auth/user_api_key_auth.py | 1 - 2 files changed, 2 deletions(-) diff --git a/litellm/batches/main.py b/litellm/batches/main.py index 795ae493f68..f7fcaed4979 100644 --- a/litellm/batches/main.py +++ b/litellm/batches/main.py @@ -31,7 +31,6 @@ from litellm.llms.openai.openai import OpenAIBatchesAPI from litellm.llms.vertex_ai.batches.handler import VertexAIBatchPrediction from litellm.secret_managers.main import get_secret_str from litellm.types.llms.openai import ( - Batch, CancelBatchRequest, CreateBatchRequest, RetrieveBatchRequest, diff --git a/litellm/proxy/auth/user_api_key_auth.py b/litellm/proxy/auth/user_api_key_auth.py index 774867591bd..748135ee2d2 100644 --- a/litellm/proxy/auth/user_api_key_auth.py +++ b/litellm/proxy/auth/user_api_key_auth.py @@ -1262,7 +1262,6 @@ async def user_api_key_auth( user_api_key_auth_obj.end_user_id = end_user_id user_api_key_auth_obj.request_route = normalize_request_route(route) - print(f"🔥user_api_key_auth_obj: {user_api_key_auth_obj}") return user_api_key_auth_obj