From c8f7cd505b086e68491b67b160ef5ed5c502c73f Mon Sep 17 00:00:00 2001 From: Alex Merose Date: Sun, 24 Mar 2024 16:03:59 +0530 Subject: [PATCH] Reformatted with upgraded pyink. --- xarray_sql/df_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xarray_sql/df_test.py b/xarray_sql/df_test.py index 59953e6..aff1fc6 100644 --- a/xarray_sql/df_test.py +++ b/xarray_sql/df_test.py @@ -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.')