mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix(router.py): fix linting issue
This commit is contained in:
parent
17c3f110c1
commit
b93d1381c6
1 changed files with 1 additions and 1 deletions
|
@ -1642,7 +1642,7 @@ class Router:
|
||||||
|
|
||||||
def _router_should_retry(
|
def _router_should_retry(
|
||||||
self, e: Exception, remaining_retries: int, num_retries: int
|
self, e: Exception, remaining_retries: int, num_retries: int
|
||||||
) -> int | float:
|
) -> Union[int, float]:
|
||||||
"""
|
"""
|
||||||
Calculate back-off, then retry
|
Calculate back-off, then retry
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue