Remove unused import
This commit is contained in:
parent
9a747ca6a0
commit
73cb3c00ec
1 changed files with 0 additions and 1 deletions
|
@ -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):
|
||||
|
|
Reference in a new issue