Skip to content

Commit c3def19

Browse files
authored
bring the import statement in the character limit
1 parent 814c157 commit c3def19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure/functions/decorators/function_app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
from .warmup import WarmUpTrigger
4848
from .._http_asgi import AsgiMiddleware
4949
from .._http_wsgi import WsgiMiddleware, Context
50-
from azure.functions.decorators.mysql import MySqlInput, MySqlOutput, MySqlTrigger
50+
from azure.functions.decorators.mysql import MySqlInput, MySqlOutput, \
51+
MySqlTrigger
5152

5253

5354
class Function(object):

0 commit comments

Comments
 (0)