Fix flake8 violation

This commit is contained in:
Takeshi KOMIYA 2018-04-28 19:15:24 +09:00
parent a68f772d7a
commit e38218fdf5

View File

@ -26,8 +26,8 @@ from six.moves import cStringIO
import sphinx
from sphinx import package_dir, locale
from sphinx.config import CONFIG_FILENAME # NOQA # for compatibility (RemovedInSphinx30)
from sphinx.config import Config, check_unicode
from sphinx.config import CONFIG_FILENAME # NOQA # for compatibility (RemovedInSphinx30)
from sphinx.deprecation import (
RemovedInSphinx20Warning, RemovedInSphinx30Warning, RemovedInSphinx40Warning
)