From cb5255dd2b761c73a64d8676ee11face6dd7d88b Mon Sep 17 00:00:00 2001 From: Rebecca Hsieh Date: Tue, 25 Mar 2025 12:33:54 -0700 Subject: [PATCH] Fix whitespace linting I think --- src/registrar/models/domain.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/registrar/models/domain.py b/src/registrar/models/domain.py index 3cde41e87..622b4fcfe 100644 --- a/src/registrar/models/domain.py +++ b/src/registrar/models/domain.py @@ -2048,8 +2048,7 @@ class Domain(TimeStampedModel, DomainHelper): """ For #3596: Uncomment this return statement, and comment out the other return statement. This is for force setting the pendingDelete statue (see statuses).I will remove this - return when I merge as this is for testing purposes only. - """ + return when I merge as this is for testing purposes only. """ # return { # "auth_info": getattr(data, "auth_info", ...),