Skip to content

Commit 731036b

Browse files
author
ievgeniia ieromenko
committed
ami bakery linting fixes
1 parent b300018 commit 731036b

File tree

1 file changed

+1
-2
lines changed
  • aws_sra_examples/solutions/ami_bakery/ami_bakery_org/lambda/src

1 file changed

+1
-2
lines changed

aws_sra_examples/solutions/ami_bakery/ami_bakery_org/lambda/src/codepipeline.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@
2121
from mypy_boto3_codecommit.type_defs import (
2222
CreateRepositoryOutputTypeDef,
2323
DeleteRepositoryOutputTypeDef,
24-
EmptyResponseMetadataTypeDef,
2524
PutFileOutputTypeDef,
2625
)
2726
from mypy_boto3_codepipeline.client import CodePipelineClient
28-
from mypy_boto3_codepipeline.type_defs import CreatePipelineOutputTypeDef, PipelineDeclarationTypeDef
27+
from mypy_boto3_codepipeline.type_defs import CreatePipelineOutputTypeDef, PipelineDeclarationTypeDef, EmptyResponseMetadataTypeDef
2928

3029
LOGGER = logging.getLogger("sra")
3130

0 commit comments

Comments
 (0)