Skip to content

Commit

Permalink
Fixup lint issues (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbowen-usds committed Sep 26, 2022
1 parent 631636c commit a249764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions data/data-pipeline/data_pipeline/etl/score/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,6 @@
field_names.PERCENT_AGE_OVER_64: "AGE_OLD",
field_names.COUNT_OF_TRIBAL_AREAS_IN_TRACT: "TA_COUNT",
field_names.PERCENT_OF_TRIBAL_AREA_IN_TRACT: "TA_PERC",


}

# columns to round floats to 2 decimals
Expand Down Expand Up @@ -456,5 +454,5 @@
field_names.ELIGIBLE_FUDS_BINARY_FIELD_NAME,
field_names.AML_BOOLEAN,
field_names.HISTORIC_REDLINING_SCORE_EXCEEDED,
field_names.PERCENT_OF_TRIBAL_AREA_IN_TRACT
field_names.PERCENT_OF_TRIBAL_AREA_IN_TRACT,
]
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ def test_tract_id_lengths(self, mock_etl, mock_paths):
"data_pipeline.etl.sources.eamlis.etl.add_tracts_for_geometries",
new=_fake_add_tracts_for_geometries,
):
super().test_tract_id_lengths(mock_etl, mock_paths)
super().test_tract_id_lengths(mock_etl, mock_paths)

0 comments on commit a249764

Please sign in to comment.