diff --git a/src/registrar/admin.py b/src/registrar/admin.py index 672a45d78..a048e83e9 100644 --- a/src/registrar/admin.py +++ b/src/registrar/admin.py @@ -1,8 +1,6 @@ from datetime import date import logging import copy -import json -from django.template.loader import get_template from django import forms from django.db.models import Value, CharField, Q from django.db.models.functions import Concat, Coalesce diff --git a/src/registrar/tests/test_api.py b/src/registrar/tests/test_api.py index cfef6abea..56b54dbba 100644 --- a/src/registrar/tests/test_api.py +++ b/src/registrar/tests/test_api.py @@ -133,7 +133,6 @@ class GetActionNeededEmailForUserJsonTest(TestCase): @less_console_noise_decorator def test_get_action_needed_email_for_user_json_superuser(self): """Test that a superuser can fetch the action needed email.""" - p = "adminpass" self.client.force_login(self.superuser) response = self.client.get(