Fix flake8 line length violation using parentheses

This commit is contained in:
Neil Martinsen-Burrell 2022-10-24 14:25:02 -05:00
parent b9705bb0c1
commit 2bfc430a40
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184

View file

@ -18,11 +18,18 @@ class OrganizationForm(forms.Form):
("Interstate", "Interstate: an organization of two or more states"),
(
"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: 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"),
("City", "City: a city, town, township, village, etc."),