From 736fe46ec3afc6a0dab176cfebf5fee7776f0e2c Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:12:36 -0600 Subject: [PATCH] Update domain.py --- src/registrar/models/domain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/models/domain.py b/src/registrar/models/domain.py index 2bfdd58c5..457f3305c 100644 --- a/src/registrar/models/domain.py +++ b/src/registrar/models/domain.py @@ -59,7 +59,7 @@ class Domain(TimeStampedModel, DomainHelper): G) Activation is controlled by the registry. It will happen automatically when the domain meets the required checks. """ - + # test comment for pushing to sandbox - will remove def __init__(self, *args, **kwargs): self._cache = {} super(Domain, self).__init__(*args, **kwargs)