diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-05-12 16:29:13 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-05-13 08:34:15 -0400 |
commit | d61d50fbabf810f8415bb9c3fe9d543ace019b66 (patch) | |
tree | db21b4eee32de7e3156cbd20252298a332b237a1 /tests/backtest.py | |
parent | 672ae3ff45cac34731170dc5b5996b96b9ef6288 (diff) | |
download | python-coveragepy-git-d61d50fbabf810f8415bb9c3fe9d543ace019b66.tar.gz |
Use pylint 2.x
Diffstat (limited to 'tests/backtest.py')
-rw-r--r-- | tests/backtest.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/backtest.py b/tests/backtest.py index 979f6755..05681dc7 100644 --- a/tests/backtest.py +++ b/tests/backtest.py @@ -3,11 +3,6 @@ """Add things to old Pythons so I can pretend they are newer, for tests.""" -# pylint: disable=redefined-builtin -# (Redefining built-in blah) -# The whole point of this file is to redefine built-ins, so shut up about it. - - # No more execfile in Py3 try: execfile = execfile |