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
|
from moto.core import BaseBackend
|
||||||
|
|
||||||
|
|
||||||
class DynamoDBBackend(BaseBackend):
|
class DynamoDBBackend(BaseBackend):
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@ import re
|
||||||
import json
|
import json
|
||||||
from .models import dynamodb_backend
|
from .models import dynamodb_backend
|
||||||
|
|
||||||
|
|
||||||
class DynamoHandler(object):
|
class DynamoHandler(object):
|
||||||
|
|
||||||
def __init__(self, uri, body, headers):
|
def __init__(self, uri, body, headers):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue