Flake8
This commit is contained in:
parent
283b67cb9b
commit
ea318edc94
2 changed files with 0 additions and 2 deletions
|
|
@ -236,7 +236,6 @@ class AWSCertificateManagerBackend(BaseBackend):
|
|||
pass
|
||||
|
||||
|
||||
|
||||
acm_backends = {}
|
||||
for region, ec2_backend in ec2_backends.items():
|
||||
acm_backends[region] = AWSCertificateManagerBackend(region)
|
||||
|
|
|
|||
|
|
@ -162,4 +162,3 @@ class AWSCertificateManagerResponse(BaseResponse):
|
|||
|
||||
def resend_validation_email(self):
|
||||
raise NotImplementedError()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue