mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test: fix linting testing
This commit is contained in:
parent
4198901a2d
commit
04f8840a92
3 changed files with 6 additions and 6 deletions
|
@ -221,5 +221,5 @@ class Router:
|
|||
# ------------
|
||||
# Update usage
|
||||
# ------------
|
||||
self.cache.increment(tpm_key, total_tokens)
|
||||
self.cache.increment(rpm_key, 1)
|
||||
self.increment(tpm_key, total_tokens)
|
||||
self.increment(rpm_key, 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue