mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-04 10:13:30 +02:00
formatted for linter
This commit is contained in:
parent
73b0b33ee8
commit
946baf05e9
3 changed files with 6 additions and 4 deletions
|
@ -26,6 +26,7 @@ import re
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class DomainAddUserForm(forms.Form):
|
class DomainAddUserForm(forms.Form):
|
||||||
"""Form for adding a user to a domain."""
|
"""Form for adding a user to a domain."""
|
||||||
|
|
||||||
|
@ -212,6 +213,7 @@ class ContactForm(forms.ModelForm):
|
||||||
|
|
||||||
class AuthorizingOfficialContactForm(ContactForm):
|
class AuthorizingOfficialContactForm(ContactForm):
|
||||||
"""Form for updating authorizing official contacts."""
|
"""Form for updating authorizing official contacts."""
|
||||||
|
|
||||||
JOIN = "authorizing_official"
|
JOIN = "authorizing_official"
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue