mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 16:38:24 -04:00
Removed unused imports
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
from flask import (
|
||||
render_template, url_for)
|
||||
|
||||
from flask_login import (
|
||||
login_required,
|
||||
render_template,
|
||||
url_for
|
||||
)
|
||||
|
||||
from flask_login import login_required
|
||||
from werkzeug.utils import redirect
|
||||
from app.main import main
|
||||
from app.main.forms import ProviderForm
|
||||
|
||||
Reference in New Issue
Block a user