Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af041d7 commit 0a53b36Copy full SHA for 0a53b36
1 file changed
test_cycler.py
@@ -11,8 +11,8 @@
11
12
if sys.version_info < (3,):
13
from itertools import izip as zip
14
- range = xrange
15
- str = unicode
+ range = xrange # noqa
+ str = unicode # noqa
16
17
18
def _cycler_helper(c, length, keys, values):
0 commit comments