Skip to content
Snippets Groups Projects
Commit 60643e79 authored by Alok Saldanha's avatar Alok Saldanha
Browse files

updated import to reflect change in werkzeug api

parent cc09ac3b
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment