mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-28 15:10:34 +02:00
ran linter
This commit is contained in:
parent
80f0347668
commit
f9098b06cf
1 changed files with 1 additions and 1 deletions
|
@ -721,7 +721,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
email=contact.email,
|
||||
voice=contact.voice,
|
||||
fax=contact.fax,
|
||||
auth_info = epp.ContactAuthInfo(pw="2fooBAR123fooBaz"),
|
||||
auth_info=epp.ContactAuthInfo(pw="2fooBAR123fooBaz"),
|
||||
) # type: ignore
|
||||
|
||||
updateContact.disclose = self._disclose_fields(contact=contact) # type: ignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue