Skip to content

Commit 9b7d0a4

Browse files
vahid-ahmadiclaude
andcommitted
Fix Black formatting in entities.py
Remove trailing space to pass lint check. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3818eed commit 9b7d0a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

policyengine_uk/entities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file defines the entities needed by our legislation.
44
from policyengine_core.entities import build_entity
55

6-
Household = build_entity(
6+
Household = build_entity(
77
key="household",
88
plural="households",
99
label="Household",

0 commit comments

Comments
 (0)