From 9c56335f480879e9d4c8f29879ac425006d714fe Mon Sep 17 00:00:00 2001 From: shapateriya Date: Sun, 24 Nov 2024 18:18:30 +0000 Subject: [PATCH] run format check --- scripts/us_census/pep/monthly_population_estimate/download.py | 1 - .../us_census/pep/monthly_population_estimate/download_test.py | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/us_census/pep/monthly_population_estimate/download.py b/scripts/us_census/pep/monthly_population_estimate/download.py index 58648d0dc9..3c478367a4 100644 --- a/scripts/us_census/pep/monthly_population_estimate/download.py +++ b/scripts/us_census/pep/monthly_population_estimate/download.py @@ -241,4 +241,3 @@ 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 444c201509..8f097d3ffd 100644 --- a/scripts/us_census/pep/monthly_population_estimate/download_test.py +++ b/scripts/us_census/pep/monthly_population_estimate/download_test.py @@ -49,4 +49,3 @@ def test_create_xlsx(self): os.remove(_OP_DATA_FOLDER) self.assertEqual(True, actual_df.equals(expected_df)) -