Removed unused imports

This commit is contained in:
Sybren A. Stüvel 2018-04-03 10:07:14 +02:00
parent f32630237a
commit 0841d52dd1
2 changed files with 0 additions and 3 deletions

View File

@ -8,7 +8,6 @@ import werkzeug.exceptions as wz_exceptions
from bson import ObjectId
from flask import current_app, Blueprint, request
import pillar.markdown
from pillar.api.activities import activity_subscribe, activity_object_add
from pillar.api.node_types import PILLAR_NAMED_NODE_TYPES
from pillar.api.file_storage_backends.gcs import update_file_name

View File

@ -726,8 +726,6 @@ def _find_orphan_files() -> typing.Set[bson.ObjectId]:
Returns an iterable of all orphan file IDs.
"""
from pillar.api.utils import str2id
log.debug('Finding orphan files')
# Get all file IDs that belong to this project.