From dc723a2cd914866e01b9e61f17c1e5eb86d80f50 Mon Sep 17 00:00:00 2001 From: jdebacker Date: Sun, 31 Mar 2024 21:09:45 -0400 Subject: [PATCH] format: --- taxbrain/taxbrain.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/taxbrain/taxbrain.py b/taxbrain/taxbrain.py index db283b1..ceeec73 100644 --- a/taxbrain/taxbrain.py +++ b/taxbrain/taxbrain.py @@ -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)