Update domain.py

This commit is contained in:
zandercymatics 2023-10-24 13:12:36 -06:00
parent 2cd0224008
commit 736fe46ec3
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -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)