mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
linting
This commit is contained in:
parent
30de641996
commit
920d6a3f23
1 changed files with 1 additions and 1 deletions
|
@ -1660,7 +1660,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
||||||
def _update_hosts_and_contacts(self, cleaned, fetch_hosts, fetch_contacts):
|
def _update_hosts_and_contacts(self, cleaned, fetch_hosts, fetch_contacts):
|
||||||
"""
|
"""
|
||||||
Update hosts and contacts if fetch_hosts and/or 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
|
don't exist in cleaned
|
||||||
"""
|
"""
|
||||||
old_cache_hosts = self._cache.get("hosts")
|
old_cache_hosts = self._cache.get("hosts")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue