re-introduce flask-marshmallow

This commit is contained in:
Leo Hemsted
2017-08-22 16:04:15 +01:00
parent ae683cad6e
commit 077a5e62f5
2 changed files with 3 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
import uuid
from flask import current_app
from notifications_python_client.authentication import create_jwt_token
from app.models import ApiKey, KEY_TYPE_NORMAL
from app.dao.api_key_dao import save_model_api_key
from app.dao.services_dao import dao_fetch_service_by_id