Skip to content

Commit 72f53b8

Browse files
MaxGhenisclaude
andcommitted
Format household_explainer.py with black
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3e936fd commit 72f53b8

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

tests/fixtures/endpoints/household_explainer.py

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,14 @@ def config_side_effect(key, default=None):
229229
return default
230230

231231
# Patch both locations where get_config_value is used
232-
with patch(
233-
"policyengine_household_api.utils.computation_tree.get_config_value",
234-
side_effect=config_side_effect,
235-
), patch(
236-
"policyengine_household_api.endpoints.household_explainer.get_config_value",
237-
side_effect=config_side_effect,
232+
with (
233+
patch(
234+
"policyengine_household_api.utils.computation_tree.get_config_value",
235+
side_effect=config_side_effect,
236+
),
237+
patch(
238+
"policyengine_household_api.endpoints.household_explainer.get_config_value",
239+
side_effect=config_side_effect,
240+
),
238241
):
239242
yield

0 commit comments

Comments
 (0)