Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4299bc3

Browse files
authored
Remove six.moves.xrange() import for Python3
1 parent d4700d0 commit 4299bc3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/sphinxext/plot_directive.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@
134134
unicode_literals)
135135

136136
import six
137-
from six.moves import xrange
138137

139138
import sys, os, shutil, io, re, textwrap, itertools
140139
from os.path import relpath

0 commit comments

Comments
 (0)