Skip to content

Commit

Permalink
mypy fix added return None to remove_collation
Browse files Browse the repository at this point in the history
  • Loading branch information
BuzzCutNorman committed Feb 3, 2023
1 parent 95a88b2 commit 08eff69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions singer_sdk/connectors/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,7 @@ def remove_collation(
column_type_collation = column_type.collation
setattr(column_type, "collation", None)
return column_type_collation
return None

@staticmethod
def update_collation(
Expand Down

0 comments on commit 08eff69

Please sign in to comment.