From e89a21dcf765dea3f265a31b06f337b6ddebd70c Mon Sep 17 00:00:00 2001 From: gbg3 <31935320+gbg3@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:14:26 -0400 Subject: [PATCH] add default return --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index b8b7d64..4cd1677 100644 --- a/main.py +++ b/main.py @@ -4,6 +4,7 @@ @functions_framework.http def main_http(cloud_event: CloudEvent) -> None: import owner_report_native + return "" if __name__ == '__main__': main_http() \ No newline at end of file