Skip to content

Commit 6441299

Browse files
committed
chore: fmt
1 parent fab7e2e commit 6441299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/test_dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def test_with_column(df):
206206

207207

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

211211
result = df.collect()[0]
212212

0 commit comments

Comments
 (0)