Skip to content

Commit

Permalink
Merge pull request #1309 from martinholmer/master
Browse files Browse the repository at this point in the history
Disable pylint warning in test_simpletaxio.py
  • Loading branch information
martinholmer authored Apr 21, 2017
2 parents 6539e49 + 823b5e9 commit 21af31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxcalc/validation/taxsim/test_simpletaxio.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_2(input_file, # pylint: disable=redefined-outer-name
assert simtax.number_input_lines() == NUM_INPUT_LINES
# check that reform was implemented as specified above in REFORM_CONTENTS
syr = simtax.start_year()
# pylint: disable=protected-access
# pylint: disable=protected-access,no-member
amt_brk1 = simtax.policy._AMT_brk1
assert amt_brk1[2015 - syr] == 200000
assert amt_brk1[2016 - syr] > 200000
Expand Down

0 comments on commit 21af31f

Please sign in to comment.