linted..again

This commit is contained in:
CocoByte 2023-10-27 16:09:54 -06:00
parent 1fe6267e2f
commit 6303a8c601
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -948,8 +948,9 @@ class Domain(TimeStampedModel, DomainHelper):
expiration_date = DateField(
null=True,
help_text=("Duplication of registry's expiration"
"date saved for ease of reporting"),
help_text=(
"Duplication of registry's expiration" "date saved for ease of reporting"
),
)
def isActive(self):