black linting

This commit is contained in:
Fabio Dias 2019-12-16 21:25:20 -05:00
commit 743dd46399
36 changed files with 383 additions and 154 deletions

View file

@ -23,8 +23,8 @@ from .utils import (
)
ACCOUNT_ID = os.environ.get('MOTO_ACCOUNT_ID','123456789012')
ACCOUNT_ID = os.environ.get("MOTO_ACCOUNT_ID", "123456789012")
class BaseMockAWS(object):
nested_count = 0