remove bad test + lint

This commit is contained in:
zandercymatics 2024-10-09 09:04:37 -06:00
parent bd603f69fb
commit ec1df251b8
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 2 additions and 9 deletions

View file

@ -6,8 +6,8 @@ from django.db.models import Value, CharField, Q
from django.db.models.functions import Concat, Coalesce
from django.http import HttpResponseRedirect
from registrar.utility.admin_helpers import (
get_action_needed_reason_default_email,
get_rejection_reason_default_email,
get_action_needed_reason_default_email,
get_rejection_reason_default_email,
get_field_links_as_list,
)
from django.conf import settings