mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 03:06:01 +02:00
linted..again
This commit is contained in:
parent
1fe6267e2f
commit
6303a8c601
1 changed files with 3 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue