From 336721932196d83416e45d4b8bd11b65ac08b255 Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Fri, 15 Dec 2017 11:20:32 +0000 Subject: [PATCH] fix the flake8 error and add new lines to files --- .gitignore | 2 +- opentech/apply/tests.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d65fb6e8b..df4838796 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,4 @@ wheels/ # Cache -.mypy_cache/ \ No newline at end of file +.mypy_cache/ diff --git a/opentech/apply/tests.py b/opentech/apply/tests.py index 7ce503c2d..a79ca8be5 100644 --- a/opentech/apply/tests.py +++ b/opentech/apply/tests.py @@ -1,3 +1,3 @@ -from django.test import TestCase +# from django.test import TestCase # Create your tests here. diff --git a/setup.cfg b/setup.cfg index c7668a93f..c6e0c1562 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,4 +11,4 @@ ignore_errors = False [flake8] ignore=E501,F405 -exclude=*/migrations/* \ No newline at end of file +exclude=*/migrations/* -- GitLab