Fix flake8 violations

This commit is contained in:
Takeshi KOMIYA
2017-05-26 00:42:28 +09:00
parent ca6a1edd2f
commit 2d9034d3af

View File

@@ -67,7 +67,6 @@ extras_require = {
'sqlalchemy>=0.9',
'whoosh>=2.0',
],
':python_version<"3.5"': ['typing'],
'test': [
'pytest',
'mock', # it would be better for 'test:python_version in 2.7'