Remove extra blank lines for code style consistency #504
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR removes unnecessary blank lines throughout the codebase to improve code style consistency and adhere to PEP 8 formatting standards.
Key Changes
etl_age.py: Updated year to 2024etl_medicaid.py: Updated year to 2024etl_snap.py: Updated year to 2024 in function signature and main()Files Modified
policyengine_us_data/datasets/cps/cps.pypolicyengine_us_data/datasets/cps/enhanced_cps.pypolicyengine_us_data/datasets/puf/puf.pypolicyengine_us_data/datasets/puf/uprate_puf.pypolicyengine_us_data/db/create_database_tables.pypolicyengine_us_data/db/etl_age.pypolicyengine_us_data/db/etl_irs_soi.pypolicyengine_us_data/db/etl_medicaid.pypolicyengine_us_data/db/etl_snap.pypolicyengine_us_data/db/validate_database.pypolicyengine_us_data/storage/calibration_targets/pull_snap_targets.pypolicyengine_us_data/tests/test_datasets/test_county_fips.pypolicyengine_us_data/utils/census.pypolicyengine_us_data/utils/huggingface.pypolicyengine_us_data/utils/loss.pyNotes
These are primarily style improvements with the addition of updating year parameters to reflect the current data year (2024).
https://claude.ai/code/session_01GisHzYtJZQQyUfVdRmWV2t