aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-01-29 17:09:09 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2020-01-29 17:09:09 +0000
commitd2b0e03740ebad1e144c6de358ad13ed5233be78 (patch)
tree0ef45566e5cda9dc03b681a077df256b4ca0f935 /ctrack/caf
parent5194bb19cb740f69e7b02bbbb052a5365359792e (diff)
some pointless flake8isms
Diffstat (limited to 'ctrack/caf')
-rw-r--r--ctrack/caf/tests.py2
-rw-r--r--ctrack/caf/views.py4
2 files changed, 1 insertions, 5 deletions
diff --git a/ctrack/caf/tests.py b/ctrack/caf/tests.py
index 7ce503c..4d66077 100644
--- a/ctrack/caf/tests.py
+++ b/ctrack/caf/tests.py
@@ -1,3 +1,3 @@
-from django.test import TestCase
+#from django.test import TestCase
# Create your tests here.
diff --git a/ctrack/caf/views.py b/ctrack/caf/views.py
index b46360b..f344aa7 100644
--- a/ctrack/caf/views.py
+++ b/ctrack/caf/views.py
@@ -11,7 +11,3 @@ class CreateCAF(CreateView):
context = super().get_context_data(**kwargs)
context['form'] = self.form_class
return context
-
-
-
-