summaryrefslogtreecommitdiff
path: root/tests/backtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/backtest.py')
-rw-r--r--tests/backtest.py5
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