PEP8
This commit is contained in:
parent
5086e6e590
commit
81547e1bc5
@ -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…
Reference in New Issue
Block a user