Skip to content

Commit 1481cc9

Browse files
committed
fix: python linter
1 parent 853a537 commit 1481cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/tests/test_dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,4 @@ def test_repartition(df):
219219

220220

221221
def test_repartition_by_hash(df):
222-
df.repartition_by_hash(column("a"), num=2)
222+
df.repartition_by_hash(column("a"), num=2)

0 commit comments

Comments
 (0)