From 77bb7f071713c1af6466ab4b09ed86a907cce68b Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 24 Jan 2025 21:30:13 -0800 Subject: [PATCH] linting fix --- litellm/integrations/gcs_pubsub/pub_sub.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/integrations/gcs_pubsub/pub_sub.py b/litellm/integrations/gcs_pubsub/pub_sub.py index 8acab9fbbd..e94c853f3f 100644 --- a/litellm/integrations/gcs_pubsub/pub_sub.py +++ b/litellm/integrations/gcs_pubsub/pub_sub.py @@ -200,3 +200,4 @@ class GcsPubSubLogger(CustomBatchLogger): except Exception as e: verbose_logger.error("Pub/Sub publish error: %s", str(e)) + return None