about summary refs log tree commit diff
path: root/uploader/expression_data
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/expression_data')
-rw-r--r--uploader/expression_data/index.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/uploader/expression_data/index.py b/uploader/expression_data/index.py
index a334c51..799989e 100644
--- a/uploader/expression_data/index.py
+++ b/uploader/expression_data/index.py
@@ -12,8 +12,7 @@ from flask import (
     redirect,
     Blueprint,
     render_template,
-    current_app as app,
-    send_from_directory)
+    current_app as app)
 
 from uploader.db import species
 from uploader.authorisation import require_login