fix PLR0915 of async_post_call_streaming_iterator_hook

This commit is contained in:
Sameer Kankute 2025-12-17 22:15:53 +05:30
parent d1c6eb3a7c
commit c310e95004

View file

@ -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,