mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove use of six.next
Use Python builtin next() instead.
This commit is contained in:
parent
ff8df59ac1
commit
24cd979a1f
@ -17,7 +17,7 @@ from collections import defaultdict
|
|||||||
from copy import copy
|
from copy import copy
|
||||||
from os import path
|
from os import path
|
||||||
|
|
||||||
from six import BytesIO, next
|
from six import BytesIO
|
||||||
|
|
||||||
from sphinx import addnodes
|
from sphinx import addnodes
|
||||||
from sphinx.deprecation import RemovedInSphinx30Warning, RemovedInSphinx40Warning
|
from sphinx.deprecation import RemovedInSphinx30Warning, RemovedInSphinx40Warning
|
||||||
|
Loading…
Reference in New Issue
Block a user