linting fix

This commit is contained in:
Ishaan Jaff 2025-01-24 21:30:13 -08:00
parent 82ba5b29f3
commit 77bb7f0717

View file

@ -200,3 +200,4 @@ class GcsPubSubLogger(CustomBatchLogger):
except Exception as e:
verbose_logger.error("Pub/Sub publish error: %s", str(e))
return None