Skip to content

Commit 106291e

Browse files
vahid-ahmadiclaude
andcommitted
Fix black formatting for 5 files
Remove extra blank lines after imports to comply with black 26.1.0. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9ab7ba4 commit 106291e

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

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)