We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2adbf72 commit ee31d4bCopy full SHA for ee31d4b
1 file changed
src/functions_framework/aio/__init__.py
@@ -146,7 +146,6 @@ async def handler(request):
146
raise HTTPException(
147
400, detail=f"Bad Request: Got CloudEvent exception: {repr(e)}"
148
)
149
-
150
if is_async:
151
await function(event)
152
else:
0 commit comments