organizations: clean up for flake8

This commit is contained in:
Ashley Gould 2018-07-14 13:23:15 -07:00
commit c40d2be646
6 changed files with 26 additions and 55 deletions

View file

@ -4,7 +4,6 @@ models. This module will go away.
"""
import yaml
import moto
from moto import organizations as orgs
@ -15,7 +14,7 @@ print(orgs.utils.make_random_account_id())
print(orgs.utils.make_random_create_account_id())
# models
my_org = orgs.models.FakeOrganization(feature_set = 'ALL')
my_org = orgs.models.FakeOrganization(feature_set='ALL')
print(yaml.dump(my_org._describe()))
#assert False