From 576fbad4bc38580ba2cefe345712d8eb117adcfe Mon Sep 17 00:00:00 2001 From: Alex Janousek Date: Wed, 1 Oct 2025 11:25:11 -0400 Subject: [PATCH] Linting fixes --- app/main/views/index.py | 1 - tests/app/test_navigation.py | 1 - 2 files changed, 2 deletions(-) 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",