Skip to content
Snippets Groups Projects
Commit e4b7116c authored by Erik Reid's avatar Erik Reid
Browse files

pep8

parent 7d22dc27
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,10 @@ GWS_DIRECT_DATA_SCHEMA = {
'type': 'object',
'properties': {
'nren': {'type': 'string'},
'isp': {'type': 'string', 'enum': ['Cogent', 'Telia', 'Century Link']},
'isp': {
'type': 'string',
'enum': ['Cogent', 'Telia', 'Century Link']
},
'counters': {'$ref': '#/definitions/isp-counters'},
},
'required': ['nren', 'isp', 'counters'],
......@@ -200,6 +203,7 @@ GWS_DIRECT_DATA_SCHEMA = {
'items': {'$ref': '#/definitions/nren-isp-direct-counters'}
}
@routes.after_request
def after_request(resp):
return common.after_request(resp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment