Skip to content

Commit

Permalink
fix: [flask] remove old import
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed May 22, 2023
1 parent 175963e commit 6f798df
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions var/www/blueprints/import_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
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'))
Expand Down

0 comments on commit 6f798df

Please sign in to comment.