diff --git a/app/main/views/index.py b/app/main/views/index.py index fe4131512..b8a34212d 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -2,7 +2,6 @@ import logging from flask import ( abort, - current_app, redirect, render_template, request, diff --git a/tests/app/test_navigation.py b/tests/app/test_navigation.py index 953a4493e..0f81c9b90 100644 --- a/tests/app/test_navigation.py +++ b/tests/app/test_navigation.py @@ -213,7 +213,6 @@ EXCLUDED_ENDPOINTS = tuple( "support", "suspend_service", "template_usage", - "test_feature_flags", "tour_step", "trial_mode", "trial_mode_new",