mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix PLR0915 of async_post_call_streaming_iterator_hook
This commit is contained in:
parent
d1c6eb3a7c
commit
c310e95004
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ class UnifiedLLMGuardrails(CustomLogger):
|
|||
|
||||
return response
|
||||
|
||||
async def async_post_call_streaming_iterator_hook(
|
||||
async def async_post_call_streaming_iterator_hook( # noqa: PLR0915
|
||||
self,
|
||||
user_api_key_dict: UserAPIKeyAuth,
|
||||
response: Any,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue