Skip to content

Commit

Permalink
Fix parameter routes
Browse files Browse the repository at this point in the history
  • Loading branch information
leehengpan committed Oct 23, 2024
1 parent e1de578 commit 8bb4c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def create_medicare_and_investment_tax_increase_reform(
if bypass:
return create_medicare_and_investment_tax_increase()

p = parameters(period).gov.contrib.biden.budget_2025
p = parameters.gov.contrib.biden.budget_2025
current_period = period_(period)
reform_active = False

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def create_increase_taxable_earnings_for_social_security_reform(
if bypass:
return create_increase_taxable_earnings_for_social_security()

p = parameters(period).gov.contrib.cbo.payroll
p = parameters.gov.contrib.cbo.payroll
current_period = period_(period)
reform_active = False

Expand Down

0 comments on commit 8bb4c40

Please sign in to comment.