Skip to content

Commit f3566fa

Browse files
authored
fix indentation
1 parent b733e06 commit f3566fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/functions/mysql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
class MySqlConverter(meta.InConverter, meta.OutConverter,
14-
binding='mysql'):
14+
binding='mysql'):
1515

1616
@classmethod
1717
def check_input_type_annotation(cls, pytype: type) -> bool:

0 commit comments

Comments
 (0)