Skip to content

Commit 193caa6

Browse files
author
Susanta Biswas
committed
fix lint errors
1 parent f7eb54f commit 193caa6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure/functions/mysql.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def encode(cls, obj: typing.Any, *,
7777
value=json.dumps([dict(d) for d in data])
7878
)
7979

80+
8081
class MySqlTriggerConverter(MySqlConverter,
81-
binding='mysqlTrigger', trigger=True):
82-
pass
82+
binding='mysqlTrigger', trigger=True):
83+
pass

0 commit comments

Comments
 (0)