Skip to content

Commit e8332d6

Browse files
committed
remove parentheses
1 parent a37c5da commit e8332d6

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
@@ -546,7 +546,7 @@ def test_with_columns_str(df):
546546
"a + b as e",
547547
"a + b as f",
548548
],
549-
g=("a + b"),
549+
g="a + b",
550550
)
551551

552552
# execute and collect the first (and only) batch

0 commit comments

Comments
 (0)