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

@@ -12,9 +12,9 @@
import sys
import time
import pytest
from six import PY2, text_type, StringIO
from six.moves import input
import pytest
from sphinx import application
from sphinx.cmd import quickstart as qs