Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
guptaheena authored Sep 24, 2024
1 parent b733e06 commit f3566fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/functions/mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


class MySqlConverter(meta.InConverter, meta.OutConverter,
binding='mysql'):
binding='mysql'):

@classmethod
def check_input_type_annotation(cls, pytype: type) -> bool:
Expand Down

0 comments on commit f3566fa

Please sign in to comment.