Commit 91799ae3 authored by Benjamin Peterson's avatar Benjamin Peterson

remove 2.x specific warnings

parent 106274b4
......@@ -5,10 +5,6 @@ import sys
import pickle
import itertools
import warnings
warnings.filterwarnings("ignore", "integer argument expected",
DeprecationWarning, "unittest")
# pure Python implementations (3 args only), for comparison
def pyrange(start, stop, step):
if (start - stop) // step < 0:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment