Skip to content

Commit

Permalink
format:
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Apr 1, 2024
1 parent 4d18b0a commit dc723a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion taxbrain/taxbrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,11 @@ def _taxcalc_advance(self, calc, varlist, year, reform=False):
if self.corp_revenue is not None:
if reform:
calc = dist_corp(
calc, self.corp_revenue, year, self.start_year, self.ci_params
calc,
self.corp_revenue,
year,
self.start_year,
self.ci_params,
)
calc.calc_all()
df = calc.dataframe(varlist)
Expand Down

0 comments on commit dc723a2

Please sign in to comment.