8000 Minor ruff whitespace change · chenkovsky/datafusion-python@28577f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 28577f8

Browse files
committed
Minor ruff whitespace change
1 parent fbebbfb commit 28577f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/tests/test_expr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ def test_transaction_end():
334334
plan = plan.to_variant()
335335
assert isinstance(plan, TransactionEnd)
336336

337+
337338
def test_alias_with_metadata(df):
338339
df = df.select(col("a").alias("b", {"key": "value"}))
339340
assert df.schema().field("b").metadata == {b"key": b"value"}

0 commit comments

Comments
 (0)
0