Cleanup, add comment

This commit is contained in:
zandercymatics 2023-10-25 08:29:39 -06:00
parent 736fe46ec3
commit a87519e615
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 3 additions and 1 deletions

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)