From 820d6f3f58dfc492b5e84157ff99e14d8bc16cf1 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Tue, 27 Feb 2024 14:38:12 -0700 Subject: [PATCH] Linting, once more --- src/registrar/admin.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/registrar/admin.py b/src/registrar/admin.py index c440d0ea3..598b612b5 100644 --- a/src/registrar/admin.py +++ b/src/registrar/admin.py @@ -1203,9 +1203,7 @@ class DomainApplicationAdmin(ListHeaderAdmin): should_proceed = False return should_proceed - application_is_not_approved = ( - obj.status != models.DomainApplication.ApplicationStatus.APPROVED - ) + application_is_not_approved = obj.status != models.DomainApplication.ApplicationStatus.APPROVED if application_is_not_approved and not obj.domain_is_not_active(): # If an admin tried to set an approved application to # another status and the related domain is already