mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-28 15:10:34 +02:00
Linted
This commit is contained in:
parent
6c48a0be13
commit
40eee950ec
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ class DomainApplication(TimeStampedModel):
|
|||
excluded = [
|
||||
DomainApplication.OrganizationChoices.FEDERAL,
|
||||
DomainApplication.OrganizationChoices.INTERSTATE,
|
||||
DomainApplication.OrganizationChoices.SCHOOL_DISTRICT
|
||||
DomainApplication.OrganizationChoices.SCHOOL_DISTRICT,
|
||||
]
|
||||
return bool(user_choice and user_choice not in excluded)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue