Skip to content

Commit e9a3f42

Browse files
author
CSoft56
committed
Fixed ruff format check issue
1 parent 5bca78c commit e9a3f42

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

awswrangler/emr.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
_ActionOnFailureLiteral = Literal["TERMINATE_JOB_FLOW", "TERMINATE_CLUSTER", "CANCEL_AND_WAIT", "CONTINUE"]
1818

1919

20-
def _normalize_bootstrap_actions(bootstraps_paths: list[str | dict[str, Any]] | None = None) -> list[dict[str, Any]] | None:
20+
def _normalize_bootstrap_actions(
21+
bootstraps_paths: list[str | dict[str, Any]] | None = None,
22+
) -> list[dict[str, Any]] | None:
2123
if not bootstraps_paths:
2224
return None
2325

0 commit comments

Comments
 (0)