From 5d446a253a3ff7f51d8a100507b9938526f98817 Mon Sep 17 00:00:00 2001 From: matt bowen Date: Mon, 26 Sep 2022 10:55:02 -0400 Subject: [PATCH] Fixup lint issues (#1882) --- data/data-pipeline/data_pipeline/etl/score/constants.py | 4 +--- .../data_pipeline/tests/sources/eamlis/test_etl.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/data/data-pipeline/data_pipeline/etl/score/constants.py b/data/data-pipeline/data_pipeline/etl/score/constants.py index 46adab52..410d194c 100644 --- a/data/data-pipeline/data_pipeline/etl/score/constants.py +++ b/data/data-pipeline/data_pipeline/etl/score/constants.py @@ -381,8 +381,6 @@ TILES_SCORE_COLUMNS = { 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 @@ -456,5 +454,5 @@ TILES_SCORE_FLOAT_COLUMNS = [ 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, ] diff --git a/data/data-pipeline/data_pipeline/tests/sources/eamlis/test_etl.py b/data/data-pipeline/data_pipeline/tests/sources/eamlis/test_etl.py index 37b15f65..09275de2 100644 --- a/data/data-pipeline/data_pipeline/tests/sources/eamlis/test_etl.py +++ b/data/data-pipeline/data_pipeline/tests/sources/eamlis/test_etl.py @@ -156,4 +156,4 @@ class TestAbandondedLandMineETL(TestETL): "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) \ No newline at end of file + super().test_tract_id_lengths(mock_etl, mock_paths)