updated import to reflect change in werkzeug api

This commit is contained in:
Alok Saldanha
2020-03-23 03:49:20 -04:00
parent bae42edd3f
commit 2b65c095a6
+1 -1
View File
@@ -23,7 +23,7 @@ from flask import (
url_for,
)
from flask_api import status
from werkzeug import secure_filename
from werkzeug.utils import secure_filename
from cellxgene_gateway import env
from cellxgene_gateway.backend_cache import BackendCache