Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Flavien Lambert <PetitLepton@users.noreply.github.com>
  • Loading branch information
PetitLepton committed Aug 15, 2023
1 parent 8e546f2 commit dda2106
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,7 @@ def test_save_schema_spark(
assert subset_expected_df.exceptAll(saved_table).count() == 0

def test_save_schema_pandas(
self,
subset_pandas_df: pd.DataFrame,
subset_expected_df: DataFrame,
self, subset_pandas_df: pd.DataFrame, subset_expected_df: DataFrame
):
unity_ds = ManagedTableDataSet(
database="test",
Expand Down

0 comments on commit dda2106

Please sign in to comment.