mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
test(test_parallel_request_limiter.py): fix test import
This commit is contained in:
parent
127db122ef
commit
b8c2cbdd08
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,9 @@ from litellm import Router
|
|||
from litellm.proxy.utils import ProxyLogging
|
||||
from litellm.proxy._types import UserAPIKeyAuth
|
||||
from litellm.caching import DualCache
|
||||
from litellm.proxy.hooks.parallel_request_limiter import MaxParallelRequestsHandler
|
||||
from litellm.proxy.hooks.parallel_request_limiter import (
|
||||
_PROXY_MaxParallelRequestsHandler as MaxParallelRequestsHandler,
|
||||
)
|
||||
from datetime import datetime
|
||||
|
||||
## On Request received
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue