Merge pull request #5488 from jdufresne/next

Remove use of six.next
This commit is contained in:
Takeshi KOMIYA 2018-09-25 08:26:27 +09:00 committed by GitHub
commit 41853e1fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ from collections import defaultdict
from copy import copy
from os import path
from six import BytesIO, next
from six import BytesIO
from sphinx import addnodes
from sphinx.deprecation import RemovedInSphinx30Warning, RemovedInSphinx40Warning