mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Fix lint issues
This commit is contained in:
parent
d3b2afbbe4
commit
98ae6dc831
2 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue