Skip to content

Commit c42de21

Browse files
committed
isort findings
1 parent 67acd96 commit c42de21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aws_sra_examples/terraform/solutions/terraform_stack.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
SPDX-License-Identifier: MIT-0
99
"""
1010

11-
import subprocess # noqa: S404
1211
import argparse
12+
import subprocess # noqa: S404
13+
1314
import boto3
1415

1516
SUPPORTED_REGIONS: list = []

0 commit comments

Comments
 (0)