We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f8a60 commit afe67bcCopy full SHA for afe67bc
azure/functions/decorators/function_app.py
@@ -48,7 +48,7 @@
48
from .._http_asgi import AsgiMiddleware
49
from .._http_wsgi import WsgiMiddleware, Context
50
from azure.functions.decorators.mysql import MySqlInput, MySqlOutput, \
51
- MySqlTrigger
+ MySqlTrigger
52
53
54
class Function(object):
0 commit comments