diff --git a/cellxgene_gateway/gateway.py b/cellxgene_gateway/gateway.py index e34e181..e98b569 100644 --- a/cellxgene_gateway/gateway.py +++ b/cellxgene_gateway/gateway.py @@ -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