formatted for linter

This commit is contained in:
David Kennedy 2024-01-12 18:07:02 -05:00
parent 73b0b33ee8
commit 946baf05e9
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
3 changed files with 6 additions and 4 deletions

View file

@ -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):