Skip to content

Commit

Permalink
code style adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodi Yang committed Mar 9, 2023
1 parent 6a9e5c4 commit 563fde6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion history/report_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,9 @@ def CBO_validation(cbo_df, new, name, template_args):
)
new_taxable_inc = run_calc_var(new, year, "c04800")
new_tot_inctax = run_calc_var(new, year, "c05800")
new_tot_cdt = run_calc_var(new, year, "c07100") + run_calc_var(new, year, "refund")
new_tot_cdt = run_calc_var(new, year, "c07100") + run_calc_var(
new, year, "refund"
)
new_inctax_af_credit = run_calc_var(new, year, "c05800") - run_calc_var(
new, year, "c07100"
)
Expand Down

0 comments on commit 563fde6

Please sign in to comment.