mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-19 17:25:56 +02:00
fixed linting issues
This commit is contained in:
parent
71054a4c16
commit
bc0b07d8bf
6 changed files with 98 additions and 72 deletions
|
@ -150,4 +150,8 @@ class PublicContact(TimeStampedModel):
|
|||
)
|
||||
|
||||
def __str__(self):
|
||||
return f"{self.name} <{self.email}> id: {self.registry_id} type: {self.contact_type}"
|
||||
return (
|
||||
f"{self.name} <{self.email}>"
|
||||
"id: {self.registry_id} "
|
||||
"type: {self.contact_type}"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue