PEP8
This commit is contained in:
parent
5086e6e590
commit
81547e1bc5
2 changed files with 7 additions and 5 deletions
|
|
@ -1,11 +1,12 @@
|
|||
from moto.core import BaseBackend
|
||||
|
||||
|
||||
class DynamoDBBackend(BaseBackend):
|
||||
|
||||
|
||||
def __init__(self):
|
||||
self.tables = {}
|
||||
|
||||
def create_table(self, name):
|
||||
self.tables[name] = None
|
||||
|
||||
dynamodb_backend = DynamoDBBackend()
|
||||
dynamodb_backend = DynamoDBBackend()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue