Skip to content

Commit c37f237

Browse files
author
Jesse Whitehouse
committed
pr check: black the codebase
Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
1 parent 3ce76ce commit c37f237

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/databricks/sql/thrift_backend.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -613,10 +613,7 @@ def _create_arrow_table(self, t_row_set, lz4_compressed, schema_bytes, descripti
613613
num_rows,
614614
) = convert_column_based_set_to_arrow_table(t_row_set.columns, description)
615615
elif t_row_set.arrowBatches is not None:
616-
(
617-
arrow_table,
618-
num_rows,
619-
) = convert_arrow_based_set_to_arrow_table(
616+
(arrow_table, num_rows,) = convert_arrow_based_set_to_arrow_table(
620617
t_row_set.arrowBatches, lz4_compressed, schema_bytes
621618
)
622619
else:

0 commit comments

Comments
 (0)