Skip to content

Commit b2bbf33

Browse files
committed
formatting
1 parent f716fb8 commit b2bbf33

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

python/datafusion/context.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -810,11 +810,9 @@ def register_parquet(
810810
file_extension,
811811
skip_metadata,
812812
schema,
813-
(
814-
[sort_list_to_raw_sort_list(exprs) for exprs in file_sort_order]
815-
if file_sort_order is not None
816-
else None
817-
),
813+
[sort_list_to_raw_sort_list(exprs) for exprs in file_sort_order]
814+
if file_sort_order is not None
815+
else None
818816
)
819817

820818
def register_csv(

0 commit comments

Comments
 (0)