fix async_pre_call_hook

This commit is contained in:
Ishaan Jaff 2024-06-25 16:38:47 -07:00
parent 350e87f1d6
commit 8a7b16102c

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,