Remove Index related to FEMA (#917)

Co-authored-by: Saran Ahluwalia <sarahluw@cisco.com>
This commit is contained in:
Saran Ahluwalia 2021-11-24 16:50:09 -05:00 committed by GitHub
commit ec8f3543e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -407,12 +407,7 @@
" method_name=\"Persistent Poverty (CBG)\",\n", " method_name=\"Persistent Poverty (CBG)\",\n",
" priority_communities_field=PERSISTENT_POVERTY_CBG_LEVEL_FIELD,\n", " priority_communities_field=PERSISTENT_POVERTY_CBG_LEVEL_FIELD,\n",
" other_census_tract_fields_to_keep=[],\n", " other_census_tract_fields_to_keep=[],\n",
" ),\n", " )\n",
" Index(\n",
" method_name=FEMA_COMMUNITIES,\n",
" priority_communities_field=FEMA_COMMUNITIES,\n",
" other_census_tract_fields_to_keep=[],\n",
" ),\n",
" ]\n", " ]\n",
")\n", ")\n",
"\n", "\n",
@ -1726,7 +1721,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.9.6" "version": "3.7.4"
} }
}, },
"nbformat": 4, "nbformat": 4,