fix PLR0915 of async_post_call_streaming_iterator_hook
This commit is contained in:
parent
d1c6eb3a7c
commit
c310e95004
@ -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…
Reference in New Issue
Block a user