diff --git a/nad_ch/controllers/web/routes.py b/nad_ch/controllers/web/routes.py index f11bc0b..1d5d5aa 100644 --- a/nad_ch/controllers/web/routes.py +++ b/nad_ch/controllers/web/routes.py @@ -1,5 +1,4 @@ from flask import Blueprint, current_app, render_template, g -from nad_ch.application.use_cases import list_data_submissions_by_provider home_bp = Blueprint("home", __name__)