diff --git a/app/views/books.py b/app/views/books.py index e958f0c..1ae9c4a 100644 --- a/app/views/books.py +++ b/app/views/books.py @@ -1,13 +1,11 @@ from flask import ( Blueprint, render_template, - request, flash, redirect, url_for, ) from flask_login import login_required -from app.controllers import create_pagination from app import models as m from app import forms as f