mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-29 17:00:02 +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 = [
|
excluded = [
|
||||||
DomainApplication.OrganizationChoices.FEDERAL,
|
DomainApplication.OrganizationChoices.FEDERAL,
|
||||||
DomainApplication.OrganizationChoices.INTERSTATE,
|
DomainApplication.OrganizationChoices.INTERSTATE,
|
||||||
DomainApplication.OrganizationChoices.SCHOOL_DISTRICT
|
DomainApplication.OrganizationChoices.SCHOOL_DISTRICT,
|
||||||
]
|
]
|
||||||
return bool(user_choice and user_choice not in excluded)
|
return bool(user_choice and user_choice not in excluded)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue