From f95037b93329d5a4953b81ba1b58e4028a6274e8 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 28 Aug 2024 17:40:56 -0500 Subject: Fix imports, and minor bugs. --- uploader/expression_data/index.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'uploader/expression_data') 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 -- cgit v1.2.3