Skip to content

Commit

Permalink
Revise taxcalcio code to maintain code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Feb 6, 2024
1 parent ec6a3b6 commit d806ac3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions taxcalc/taxcalcio.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,9 +468,6 @@ def analyze(self, writing_output_file=False,
self.write_doc_file()
# optionally write --sqldb output to SQLite3 database
if output_sqldb:
if not calc_base_calculated:
self.calc_base.calc_all()
calc_base_calculated = True
self.write_sqldb_file(
dump_varset, mtr_paytax, mtr_inctax,
mtr_paytax_base, mtr_inctax_base
Expand Down

0 comments on commit d806ac3

Please sign in to comment.