Update links schema to be more strict and fix import

This commit is contained in:
Imdad Ahad
2016-09-20 10:39:15 +01:00
parent 5b0162cc60
commit afd381badf
2 changed files with 4 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ import uuid
from datetime import datetime
from flask import json
from freezegun import freeze_time
from mock import call
from unittest.mock import call
import app.celery.tasks
from app.dao.notifications_dao import (

View File

@@ -20,6 +20,9 @@
},
"next" : {
"type" : "string"
},
"prev" : {
"type" : "string"
}
}
},