Fix flake8 violations

This commit is contained in:
Takeshi KOMIYA
2018-02-19 22:39:14 +09:00
parent bce5fe76b5
commit f7027049b1
97 changed files with 250 additions and 217 deletions

View File

@@ -2,7 +2,6 @@
from docutils import nodes
from docutils.parsers.rst import Directive
from sphinx.util.nodes import split_explicit_title
class my_figure(nodes.figure):