Resolved flake8 warnings

This commit is contained in:
Raphael Michel
2015-06-28 17:02:12 +02:00
parent e419b9a99d
commit 1f08dfda5c
13 changed files with 147 additions and 133 deletions

View File

@@ -12,7 +12,7 @@ class TestDummyApp(AppConfig):
version = '1.0.0'
def ready(self):
from tests.testdummy import signals
from tests.testdummy import signals # noqa
default_app_config = 'tests.testdummy.TestDummyApp'