Black linting

This commit is contained in:
zandercymatics 2023-11-13 08:31:20 -07:00
parent cfaafb8ef3
commit 8aa840f427
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
10 changed files with 73 additions and 234 deletions

View file

@ -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):