Fixed lint tests

This commit is contained in:
alexjanousekGSA
2025-01-12 17:55:21 -05:00
parent b6353c41e5
commit c0d24b838a
2 changed files with 1 additions and 4 deletions

View File

@@ -1,6 +1,3 @@
from flask import current_app
def features_nav():
return [
{

View File

@@ -2,7 +2,7 @@ from functools import partial
import pytest
from bs4 import BeautifulSoup
from flask import current_app, url_for
from flask import url_for
from freezegun import freeze_time
from tests.conftest import SERVICE_ONE_ID, normalize_spaces