Skip to content

Commit 0d10c7f

Browse files
committed
Fix order
1 parent 53c05b3 commit 0d10c7f

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,10 +19,10 @@
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,
2322
_apply_formatter,
2423
_apply_query_metadata,
2524
_empty_dataframe_response,
25+
_get_default_workgroup_config,
2626
_get_query_metadata,
2727
_get_s3_output,
2828
_QueryMetadata,

0 commit comments

Comments
 (0)