yokawasa/azure-functions-python-samples

Do you need sys in http-trigger-dump-request?

baizini opened this issue · 2 comments

Why do you need to import sys in http-trigger-dump-request?
The code seems to run fine without it.

@baizini You're right. It's not needed. I'll remove importing sys from the code shortly. Thanks!

Now it's removed

cd8a70c