Skip to content

Commit

Permalink
Reformatted with upgraded pyink.
Browse files Browse the repository at this point in the history
  • Loading branch information
alxmrs committed Mar 24, 2024
1 parent e5aff06 commit c8f7cd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xarray_sql/df_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ def test_column_metadata_preserved(self):
except ValueError as e:
if (
'The columns in the computed data do not match the columns in the'
' provided metadata'
in str(e)
' provided metadata' in str(e)
):
self.fail('Column metadata is incorrect.')

Expand Down

0 comments on commit c8f7cd5

Please sign in to comment.