PEP8 formatting

This commit is contained in:
Sybren A. Stüvel 2016-07-07 11:57:59 +02:00
parent ff8d5c96b7
commit ff99134ac4

View File

@ -784,7 +784,6 @@ notifications = {
'schema': notifications_schema,
}
DOMAIN = {
'users': users,
'nodes': nodes,
@ -798,7 +797,6 @@ DOMAIN = {
'notifications': notifications
}
MONGO_HOST = os.environ.get('MONGO_HOST', 'localhost')
MONGO_PORT = os.environ.get('MONGO_PORT', 27017)
MONGO_DBNAME = os.environ.get('MONGO_DBNAME', 'eve')