Skip to content

Commit afe67bc

Browse files
authored
Fix pipeline errors
1 parent 32f8a60 commit afe67bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/functions/decorators/function_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
from .._http_asgi import AsgiMiddleware
4949
from .._http_wsgi import WsgiMiddleware, Context
5050
from azure.functions.decorators.mysql import MySqlInput, MySqlOutput, \
51-
MySqlTrigger
51+
MySqlTrigger
5252

5353

5454
class Function(object):

0 commit comments

Comments
 (0)