PEP8 formatting
This commit is contained in:
parent
ff8d5c96b7
commit
ff99134ac4
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user