Skip to content

Commit 0a53b36

Browse files
committed
Fix flake8 errors in tests.
1 parent af041d7 commit 0a53b36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_cycler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
if sys.version_info < (3,):
1313
from itertools import izip as zip
14-
range = xrange
15-
str = unicode
14+
range = xrange # noqa
15+
str = unicode # noqa
1616

1717

1818
def _cycler_helper(c, length, keys, values):

0 commit comments

Comments
 (0)