Cleanup some style
This commit is contained in:
parent
74e2c19865
commit
c1f224954e
7 changed files with 28 additions and 16 deletions
|
|
@ -2,7 +2,7 @@ from moto.core import BaseBackend
|
|||
from moto.core.utils import get_random_hex
|
||||
|
||||
|
||||
class FakeZone:
|
||||
class FakeZone(object):
|
||||
|
||||
def __init__(self, name, id):
|
||||
self.name = name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue