From 1cda0db2caaa56f881033cacaa176ddb2cc9a792 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 18 Apr 2024 11:40:40 -0700 Subject: [PATCH] fix - test alerting --- litellm/proxy/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/utils.py b/litellm/proxy/utils.py index 78b12958bb..179e4273de 100644 --- a/litellm/proxy/utils.py +++ b/litellm/proxy/utils.py @@ -95,7 +95,7 @@ class ProxyLogging: "db_exceptions", ] ] - ], + ] = None, ): self.alerting = alerting if alerting_threshold is not None: