mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix: add linting
This commit is contained in:
parent
34366d8fe2
commit
6589c924c8
1 changed files with 2 additions and 2 deletions
|
|
@ -645,8 +645,8 @@ def check_team_key_model_specific_limits(
|
|||
if data.model_rpm_limit is None and data.model_tpm_limit is None:
|
||||
return
|
||||
# get total model specific tpm/rpm limit
|
||||
model_specific_rpm_limit = {}
|
||||
model_specific_tpm_limit = {}
|
||||
model_specific_rpm_limit: Dict[str, int] = {}
|
||||
model_specific_tpm_limit: Dict[str, int] = {}
|
||||
|
||||
for key in keys:
|
||||
if key.metadata.get("model_rpm_limit", None) is not None:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue