Skip to content

Commit 53c05b3

Browse files
committed
Fix order
1 parent 39570b4 commit 53c05b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/athena/_read.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
from awswrangler._data_types import cast_pandas_with_athena_types
2020
from awswrangler.athena._utils import (
2121
_QUERY_WAIT_POLLING_DELAY,
22+
_get_default_workgroup_config,
2223
_apply_formatter,
2324
_apply_query_metadata,
2425
_empty_dataframe_response,
2526
_get_query_metadata,
2627
_get_s3_output,
27-
_get_default_workgroup_config,
2828
_QueryMetadata,
2929
_start_query_execution,
3030
_WorkGroupConfig,

0 commit comments

Comments
 (0)