From e4653e6032319f781c479d60ebb4c5998bd7d0db Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 25 Jun 2024 16:38:47 -0700 Subject: [PATCH] fix async_pre_call_hook --- enterprise/enterprise_hooks/secret_detection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enterprise/enterprise_hooks/secret_detection.py b/enterprise/enterprise_hooks/secret_detection.py index 75a578b2c..ade8b7172 100644 --- a/enterprise/enterprise_hooks/secret_detection.py +++ b/enterprise/enterprise_hooks/secret_detection.py @@ -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,