mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix: fix linting error
This commit is contained in:
parent
1ebdeb852c
commit
8b0c75d88f
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ async def _user_api_key_auth_builder( # noqa: PLR0915
|
|||
parent_otel_span=parent_otel_span,
|
||||
)
|
||||
|
||||
valid_token = UserAPIKeyAuth(
|
||||
valid_token: Optional[UserAPIKeyAuth] = UserAPIKeyAuth(
|
||||
api_key=None,
|
||||
team_id=team_id,
|
||||
team_tpm_limit=(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue