remove unused import

This commit is contained in:
Kenneth Kehl
2024-08-06 12:27:42 -07:00
parent 7b03d02447
commit 323ecf63f4

View File

@@ -3,7 +3,7 @@ import json
from collections import OrderedDict
from datetime import datetime
from flask import Response, abort, flash, render_template, request, send_file, url_for
from flask import Response, abort, flash, render_template, request, url_for
from notifications_python_client.errors import HTTPError
from app import (