Skip to content

Commit 8534f51

Browse files
committed
formatting
1 parent b2bbf33 commit 8534f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/datafusion/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ def register_parquet(
812812
schema,
813813
[sort_list_to_raw_sort_list(exprs) for exprs in file_sort_order]
814814
if file_sort_order is not None
815-
else None
815+
else None,
816816
)
817817

818818
def register_csv(

0 commit comments

Comments
 (0)