diff --git a/Web/app.py b/Web/app.py index aa56580..b4ebeb8 100755 --- a/Web/app.py +++ b/Web/app.py @@ -17,7 +17,6 @@ Features: - Booking and reservation of items """ from random import random - from flask import Flask, render_template, request, redirect, url_for, session, flash, send_from_directory, get_flashed_messages, jsonify, Response, make_response, send_file, abort from werkzeug.utils import secure_filename from werkzeug.middleware.proxy_fix import ProxyFix @@ -5162,7 +5161,6 @@ def student_card_class_barcode_download(): """ Download PDF with student card barcodes filtered by a specific class from dropdown. """ - from flask import request, session, redirect, url_for, send_file, flash if 'username' not in session: return redirect(url_for('login'))