We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b300018 commit 731036bCopy full SHA for 731036b
aws_sra_examples/solutions/ami_bakery/ami_bakery_org/lambda/src/codepipeline.py
@@ -21,11 +21,10 @@
21
from mypy_boto3_codecommit.type_defs import (
22
CreateRepositoryOutputTypeDef,
23
DeleteRepositoryOutputTypeDef,
24
- EmptyResponseMetadataTypeDef,
25
PutFileOutputTypeDef,
26
)
27
from mypy_boto3_codepipeline.client import CodePipelineClient
28
- from mypy_boto3_codepipeline.type_defs import CreatePipelineOutputTypeDef, PipelineDeclarationTypeDef
+ from mypy_boto3_codepipeline.type_defs import CreatePipelineOutputTypeDef, PipelineDeclarationTypeDef, EmptyResponseMetadataTypeDef
29
30
LOGGER = logging.getLogger("sra")
31
0 commit comments