diff --git a/scripts/us_census/pep/monthly_population_estimate/download.py b/scripts/us_census/pep/monthly_population_estimate/download.py index 3c478367a..58648d0dc 100644 --- a/scripts/us_census/pep/monthly_population_estimate/download.py +++ b/scripts/us_census/pep/monthly_population_estimate/download.py @@ -241,3 +241,4 @@ def main(_): if __name__ == "__main__": app.run(main) + diff --git a/scripts/us_census/pep/monthly_population_estimate/download_test.py b/scripts/us_census/pep/monthly_population_estimate/download_test.py index 8f097d3ff..444c20150 100644 --- a/scripts/us_census/pep/monthly_population_estimate/download_test.py +++ b/scripts/us_census/pep/monthly_population_estimate/download_test.py @@ -49,3 +49,4 @@ def test_create_xlsx(self): os.remove(_OP_DATA_FOLDER) self.assertEqual(True, actual_df.equals(expected_df)) +