azure-functions-python-library
azure-functions-python-library copied to clipboard
Fixing small memory leak
Address https://github.com/Azure/azure-functions-python-worker/issues/1500.
Changes instances where argument type is set to {} to instead have a default value of None and initialized to {} later in the method