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 @@
import os
import mod_resource
import mod_something

View File

@@ -1 +1 @@
MESSAGE="There's no __init__.py in this folder, hence we should be left out"
MESSAGE = "There's no __init__.py in this folder, hence we should be left out"

View File

@@ -1 +1 @@
"Subpackage Something"
"Subpackage Something"