mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +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(
|
expiration_date = DateField(
|
||||||
null=True,
|
null=True,
|
||||||
help_text=("Duplication of registry's expiration"
|
help_text=(
|
||||||
"date saved for ease of reporting"),
|
"Duplication of registry's expiration" "date saved for ease of reporting"
|
||||||
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
def isActive(self):
|
def isActive(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue