mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-16 06:24:12 +02:00
Linter fix for a long line
This commit is contained in:
parent
070ff6223a
commit
8bde2a25af
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@ class Command(BaseCommand):
|
||||||
# Deprecated federal agency names mapped to designated replacements {old_value, new value}
|
# Deprecated federal agency names mapped to designated replacements {old_value, new value}
|
||||||
rename_deprecated_federal_agency = {
|
rename_deprecated_federal_agency = {
|
||||||
"Appraisal Subcommittee": "Appraisal Subcommittee of the Federal Financial Institutions Examination Council",
|
"Appraisal Subcommittee": "Appraisal Subcommittee of the Federal Financial Institutions Examination Council",
|
||||||
"Barry Goldwater Scholarship and Excellence in Education Program":
|
"Barry Goldwater Scholarship and Excellence in Education Program": "Barry Goldwater Scholarship and Excellence in Education Foundation", # noqa
|
||||||
"Barry Goldwater Scholarship and Excellence in Education Foundation",
|
|
||||||
"Federal Reserve System": "Federal Reserve Board of Governors",
|
"Federal Reserve System": "Federal Reserve Board of Governors",
|
||||||
"Harry S Truman Scholarship Foundation": "Harry S. Truman Scholarship Foundation",
|
"Harry S Truman Scholarship Foundation": "Harry S. Truman Scholarship Foundation",
|
||||||
"Japan-US Friendship Commission": "Japan-U.S. Friendship Commission",
|
"Japan-US Friendship Commission": "Japan-U.S. Friendship Commission",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue