mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-31 09:43:54 +02:00
Fix flake8 line length violation using parentheses
This commit is contained in:
parent
b9705bb0c1
commit
2bfc430a40
1 changed files with 9 additions and 2 deletions
|
@ -18,11 +18,18 @@ class OrganizationForm(forms.Form):
|
||||||
("Interstate", "Interstate: an organization of two or more states"),
|
("Interstate", "Interstate: an organization of two or more states"),
|
||||||
(
|
(
|
||||||
"State_or_Territory",
|
"State_or_Territory",
|
||||||
"State or Territory: One of the 50 U.S. states, the District of Columbia, American Samoa, Guam, Northern Mariana Islands, Puerto Rico, or the U.S. Virgin Islands",
|
(
|
||||||
|
"State or Territory: One of the 50 U.S. states, the District of "
|
||||||
|
"Columbia, American Samoa, Guam, Northern Mariana Islands, "
|
||||||
|
"Puerto Rico, or the U.S. Virgin Islands"
|
||||||
|
),
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
"Tribal",
|
"Tribal",
|
||||||
"Tribal: a tribal government recognized by the federal or state government",
|
(
|
||||||
|
"Tribal: a tribal government recognized by the federal or "
|
||||||
|
"state government"
|
||||||
|
),
|
||||||
),
|
),
|
||||||
("County", "County: a county, parish, or borough"),
|
("County", "County: a county, parish, or borough"),
|
||||||
("City", "City: a city, town, township, village, etc."),
|
("City", "City: a city, town, township, village, etc."),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue