mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix: fix linting error
This commit is contained in:
parent
0117453274
commit
4a88ba1bc8
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,
|
parent_otel_span=parent_otel_span,
|
||||||
)
|
)
|
||||||
|
|
||||||
valid_token = UserAPIKeyAuth(
|
valid_token: Optional[UserAPIKeyAuth] = UserAPIKeyAuth(
|
||||||
api_key=None,
|
api_key=None,
|
||||||
team_id=team_id,
|
team_id=team_id,
|
||||||
team_tpm_limit=(
|
team_tpm_limit=(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue