From 920d6a3f233b9d16585ad7f7ab5b6354b284476b Mon Sep 17 00:00:00 2001 From: David Kennedy Date: Fri, 29 Dec 2023 16:11:43 -0500 Subject: [PATCH] linting --- 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 bf8d5aa9f..77cb8d70a 100644 --- a/src/registrar/models/domain.py +++ b/src/registrar/models/domain.py @@ -1660,7 +1660,7 @@ class Domain(TimeStampedModel, DomainHelper): def _update_hosts_and_contacts(self, cleaned, fetch_hosts, fetch_contacts): """ Update hosts and contacts if fetch_hosts and/or fetch_contacts. - Additionally, capture and cache old hosts and contacts from cache if they + Additionally, capture and cache old hosts and contacts from cache if they don't exist in cleaned """ old_cache_hosts = self._cache.get("hosts")