mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #5780 from tk0miya/refactor_six.zip_longest
refactor: Replace six.moves.zip_longest by itertools.zip_longest
This commit is contained in:
commit
66cd2aa33d
@ -11,13 +11,11 @@
|
||||
"""
|
||||
import pickle
|
||||
import warnings
|
||||
from itertools import product
|
||||
from itertools import product, zip_longest
|
||||
from operator import itemgetter
|
||||
from os import path
|
||||
from uuid import uuid4
|
||||
|
||||
from six.moves import zip_longest
|
||||
|
||||
from sphinx.deprecation import RemovedInSphinx30Warning
|
||||
from sphinx.transforms import SphinxTransform
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user