Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Oct 13, 2024
1 parent fab7e2e commit 6441299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def test_with_column(df):


def test_rename(df):
df = df.with_column("c", column("a") + column("b")).rename({"c":"sum"})
df = df.with_column("c", column("a") + column("b")).rename({"c": "sum"})

result = df.collect()[0]

Expand Down

0 comments on commit 6441299

Please sign in to comment.