From 73cb3c00ec60e064056297a0be829e145e47def1 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 3 Jun 2016 13:33:22 -0400 Subject: [PATCH] Remove unused import --- endpoints/api/image.py | 1 - 1 file changed, 1 deletion(-) 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):