mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-22 22:27:17 +00:00
fix: [flask] remove old import
This commit is contained in:
parent
175963e371
commit
6f798df191
1 changed files with 0 additions and 5 deletions
|
@ -27,11 +27,6 @@ from lib.exceptions import MISPConnectionError
|
||||||
from lib.objects import ail_objects
|
from lib.objects import ail_objects
|
||||||
from lib.Investigations import Investigation
|
from lib.Investigations import Investigation
|
||||||
|
|
||||||
# TODO REMOVE ME
|
|
||||||
from export import MispImport # TODO REMOVE ME
|
|
||||||
|
|
||||||
# TODO REMOVE ME
|
|
||||||
|
|
||||||
# ============ BLUEPRINT ============
|
# ============ BLUEPRINT ============
|
||||||
import_export = Blueprint('import_export', __name__,
|
import_export = Blueprint('import_export', __name__,
|
||||||
template_folder=os.path.join(os.environ['AIL_FLASK'], 'templates/import_export'))
|
template_folder=os.path.join(os.environ['AIL_FLASK'], 'templates/import_export'))
|
||||||
|
|
Loading…
Reference in a new issue