Skip to content

Commit 0e7345d

Browse files
committed
style(athena): format start_query_executions with ruff
1 parent de46b4f commit 0e7345d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

awswrangler/athena/_executions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
_DEFAULT_MAX_WORKERS = max(4, os.cpu_count() or 4)
3535

36+
3637
@apply_configs
3738
def start_query_execution(
3839
sql: str,
@@ -171,6 +172,7 @@ def start_query_execution(
171172

172173
return query_execution_id
173174

175+
174176
@apply_configs
175177
def start_query_executions(
176178
sqls: list[str],

0 commit comments

Comments
 (0)