mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
ran black formatting
This commit is contained in:
parent
c9cadd3401
commit
e71b5b0bd4
7 changed files with 559 additions and 358 deletions
|
@ -149,4 +149,4 @@ class PublicContact(TimeStampedModel):
|
|||
)
|
||||
|
||||
def __str__(self):
|
||||
return f"{self.name} <{self.email}> id: {self.registry_id}"
|
||||
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