PEP8
This commit is contained in:
parent
5086e6e590
commit
81547e1bc5
2 changed files with 7 additions and 5 deletions
|
|
@ -1,5 +1,6 @@
|
|||
from moto.core import BaseBackend
|
||||
|
||||
|
||||
class DynamoDBBackend(BaseBackend):
|
||||
|
||||
def __init__(self):
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ import re
|
|||
import json
|
||||
from .models import dynamodb_backend
|
||||
|
||||
|
||||
class DynamoHandler(object):
|
||||
|
||||
def __init__(self, uri, body, headers):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue