Skip to content

Commit ad8af99

Browse files
committed
Format enhanced CPS builder
1 parent 51370d7 commit ad8af99

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

policyengine_uk_data/datasets/enhanced_cps.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,9 @@ def export_enhanced_cps_source(
419419
)
420420

421421
rows: list[dict] = []
422-
household_ids = sorted(int(household_id) for household_id in eligible["household_id"])
422+
household_ids = sorted(
423+
int(household_id) for household_id in eligible["household_id"]
424+
)
423425
for index, household_id in enumerate(household_ids):
424426
household = prepared[prepared["household_id"] == household_id].copy()
425427
household = household.sort_values(

0 commit comments

Comments
 (0)