fix: [flask] remove old import

pull/594/head
Terrtia 2023-05-22 13:39:52 +02:00
parent 175963e371
commit 6f798df191
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 0 additions and 5 deletions

View File

@ -27,11 +27,6 @@ from lib.exceptions import MISPConnectionError
from lib.objects import ail_objects
from lib.Investigations import Investigation
# TODO REMOVE ME
from export import MispImport # TODO REMOVE ME
# TODO REMOVE ME
# ============ BLUEPRINT ============
import_export = Blueprint('import_export', __name__,
template_folder=os.path.join(os.environ['AIL_FLASK'], 'templates/import_export'))