mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-29 12:33:17 +02:00
Black linting
This commit is contained in:
parent
cfaafb8ef3
commit
8aa840f427
10 changed files with 73 additions and 234 deletions
|
@ -67,15 +67,11 @@ class TransitionDomain(TimeStampedModel):
|
|||
)
|
||||
epp_creation_date = models.DateField(
|
||||
null=True,
|
||||
help_text=(
|
||||
"Duplication of registry's creation " "date saved for ease of reporting"
|
||||
),
|
||||
help_text=("Duplication of registry's creation " "date saved for ease of reporting"),
|
||||
)
|
||||
epp_expiration_date = models.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 __str__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue