Removed unused imports
This commit is contained in:
parent
f32630237a
commit
0841d52dd1
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user