Skip to content

Commit c04e0eb

Browse files
authored
Merge pull request #265 from PolicyEngine/fix-black-formatting
Fix black formatting for 5 files
2 parents 9ab7ba4 + 64f5ce7 commit c04e0eb

6 files changed

Lines changed: 4 additions & 5 deletions

File tree

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- bump: patch
2+
changes:
3+
fixed:
4+
- Fix black formatting for 5 files to comply with black 26.1.0

policyengine_uk_data/datasets/imputations/salary_sacrifice.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
from policyengine_uk.data import UKSingleYearDataset
2424
from policyengine_uk import Microsimulation
2525

26-
2726
PREDICTORS = [
2827
"age",
2928
"employment_income",

policyengine_uk_data/datasets/imputations/wealth.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from policyengine_uk.data import UKSingleYearDataset
1212
from policyengine_uk import Microsimulation
1313

14-
1514
WAS_TAB_FOLDER = STORAGE_FOLDER / "was_2006_20"
1615

1716
REGIONS = {

policyengine_uk_data/storage/download_completed_datasets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from policyengine_uk_data.utils.huggingface import download, upload
22
from pathlib import Path
33

4-
54
FOLDER = Path(__file__).parent
65

76
FILES = [

policyengine_uk_data/tests/microsimulation/test_reform_impacts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from policyengine_core.data import Dataset
1111
from policyengine_uk_data.storage import STORAGE_FOLDER
1212

13-
1413
# Load configuration from YAML file
1514
config_path = Path(__file__).parent / "reforms_config.yaml"
1615
with open(config_path, "r") as f:

policyengine_uk_data/tests/test_property_purchased.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
import pytest
2121

22-
2322
PROPERTY_PURCHASE_RATE = 0.0385
2423

2524

0 commit comments

Comments
 (0)