yokawasa / azure-functions-python-samples

Azure Functions Python Sample Codes. NOTE: The project, hosted in a repository, is no longer actively maintained by its creators or contributors. There won't be any further updates, bug fixes, or support from the original developers in the project.
MIT License
392 stars 181 forks source link

Fix __init__.py for service bus function #35

Closed snobu closed 5 years ago

snobu commented 5 years ago

Found a glaring mistake in one of my previous commits (__init.py__ should be __init__.py). Fixed.

yokawasa commented 5 years ago

@snobu LGTM. Thanks!!