PEP8 formatting

This commit is contained in:
2016-03-24 15:12:06 +01:00
parent 0e01c925bd
commit caaa376a7d

View File

@@ -33,7 +33,7 @@ node_type_post = {
'type': 'dict', 'type': 'dict',
'schema': { 'schema': {
'field': {'type': 'string'}, 'field': {'type': 'string'},
'files' : { 'files': {
'type': 'list', 'type': 'list',
'schema': { 'schema': {
'type': 'dict', 'type': 'dict',
@@ -55,14 +55,6 @@ node_type_post = {
'url': {}, 'url': {},
'attachments': {'visible': False}, 'attachments': {'visible': False},
}, },
'parent': ['blog',], 'parent': ['blog', ],
'permissions': { 'permissions': {}
# 'groups': [{
# 'group': app.config['ADMIN_USER_GROUP'],
# 'methods': ['GET', 'PUT', 'POST']
# }],
# 'users': [],
# 'world': ['GET']
}
} }