Skip to content

Commit

Permalink
Fix flake8 violation
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Dec 21, 2019
1 parent d47f38e commit ea2d528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/io.py
Expand Up @@ -18,8 +18,8 @@
from docutils.transforms.references import DanglingReferences
from docutils.writers import UnfilteredWriter

from sphinx.errors import FiletypeNotFoundError
from sphinx.deprecation import RemovedInSphinx40Warning, deprecated_alias
from sphinx.errors import FiletypeNotFoundError
from sphinx.transforms import (
AutoIndexUpgrader, DoctreeReadEvent, FigureAligner, SphinxTransformer
)
Expand Down

0 comments on commit ea2d528

Please sign in to comment.