Fix linting
This commit is contained in:
parent
8f51bd6116
commit
7fae0d52ad
2 changed files with 7 additions and 7 deletions
|
|
@ -26,12 +26,12 @@ class FakeEnvironment(BaseModel):
|
|||
@property
|
||||
def environment_arn(self):
|
||||
return 'arn:aws:elasticbeanstalk:{region}:{account_id}:' \
|
||||
'environment/{application_name}/{environment_name}'.format(
|
||||
region=self.region,
|
||||
account_id='123456789012',
|
||||
application_name=self.application_name,
|
||||
environment_name=self.environment_name,
|
||||
)
|
||||
'environment/{application_name}/{environment_name}'.format(
|
||||
region=self.region,
|
||||
account_id='123456789012',
|
||||
application_name=self.application_name,
|
||||
environment_name=self.environment_name,
|
||||
)
|
||||
|
||||
@property
|
||||
def platform_arn(self):
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
from moto.core.responses import BaseResponse
|
||||
from moto.core.utils import tags_from_query_string
|
||||
from .models import eb_backends, EBBackend
|
||||
from .models import eb_backends
|
||||
from .exceptions import InvalidParameterValueError, ResourceNotFoundException
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue