fix async_pre_call_hook

This commit is contained in:
Ishaan Jaff 2024-06-25 16:38:47 -07:00
parent e22c9ba0cc
commit e4653e6032

View file

@ -63,7 +63,7 @@ class _ENTERPRISE_SecretDetection(CustomLogger):
return detected_secrets
#### CALL HOOKS - proxy only ####
def async_pre_call_hook(
async def async_pre_call_hook(
self,
user_api_key_dict: UserAPIKeyAuth,
cache: DualCache,