mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
test: fix linting testing
This commit is contained in:
parent
6e7dd8d64f
commit
494b9bbc62
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