Skip to content

Commit 40d9ce4

Browse files
committed
formatting
1 parent 43161f9 commit 40d9ce4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

awswrangler/s3/_read_parquet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
from awswrangler.s3._read import (
3434
_apply_partition_filter,
3535
_check_version_id,
36+
_concat_union_categoricals,
3637
_extract_partitions_dtypes_from_table_details,
3738
_get_num_output_blocks,
3839
_get_path_ignore_suffix,
3940
_get_path_root,
4041
_get_paths_for_glue_table,
41-
_concat_union_categoricals,
4242
_InternalReadTableMetadataReturnValue,
4343
_TableMetadataReader,
4444
)

awswrangler/s3/_read_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
from awswrangler.s3._read import (
2020
_apply_partition_filter,
2121
_check_version_id,
22+
_concat_union_categoricals,
2223
_get_num_output_blocks,
2324
_get_path_ignore_suffix,
2425
_get_path_root,
25-
_concat_union_categoricals,
2626
)
2727
from awswrangler.s3._read_text_core import _read_text_file, _read_text_files_chunked
2828
from awswrangler.typing import RaySettings

0 commit comments

Comments
 (0)