diff --git a/endpoints/api/image.py b/endpoints/api/image.py index 618918d9d..48875b271 100644 --- a/endpoints/api/image.py +++ b/endpoints/api/image.py @@ -7,7 +7,6 @@ from endpoints.api import (resource, nickname, require_repo_read, RepositoryPara format_date, path_param) from endpoints.exception import NotFound from data import model -from util.cache import cache_control_flask_restful def image_view(image, image_map, include_ancestors=True):