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 814c157 commit c3def19Copy full SHA for c3def19
azure/functions/decorators/function_app.py
@@ -47,7 +47,8 @@
47
from .warmup import WarmUpTrigger
48
from .._http_asgi import AsgiMiddleware
49
from .._http_wsgi import WsgiMiddleware, Context
50
-from azure.functions.decorators.mysql import MySqlInput, MySqlOutput, MySqlTrigger
+from azure.functions.decorators.mysql import MySqlInput, MySqlOutput, \
51
+ MySqlTrigger
52
53
54
class Function(object):
0 commit comments