mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
Black reformatting
This commit is contained in:
parent
237b120d1f
commit
664d9507b2
2 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,7 @@ class ContactError(Exception):
|
|||
ContactErrorCodes.CONTACT_ID_NONE: "contact_id is None",
|
||||
ContactErrorCodes.CONTACT_ID_INVALID_LENGTH: _contact_id_error,
|
||||
ContactErrorCodes.CONTACT_INVALID_TYPE: _contact_invalid_error,
|
||||
ContactErrorCodes.CONTACT_NOT_FOUND: _contact_not_found_error
|
||||
ContactErrorCodes.CONTACT_NOT_FOUND: _contact_not_found_error,
|
||||
}
|
||||
|
||||
def __init__(self, *args, code=None, **kwargs):
|
||||
|
|
|
@ -51,6 +51,7 @@ class DomainView(DomainPermissionView):
|
|||
context["security_email"] = security_email
|
||||
return context
|
||||
|
||||
|
||||
class DomainOrgNameAddressView(DomainPermissionView, FormMixin):
|
||||
"""Organization name and mailing address view"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue