From d34b69c687adc9a55dc10534fcca325a2e31e9b0 Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Tue, 24 Jul 2018 12:13:30 +0100 Subject: [PATCH] Linting --- opentech/apply/funds/models.py | 1 - opentech/apply/funds/views.py | 1 - 2 files changed, 2 deletions(-) diff --git a/opentech/apply/funds/models.py b/opentech/apply/funds/models.py index 3afabf244..3194a01e4 100644 --- a/opentech/apply/funds/models.py +++ b/opentech/apply/funds/models.py @@ -10,7 +10,6 @@ from django.core.serializers.json import DjangoJSONEncoder from django.db import models from django.db.models import Q from django.db.models.expressions import RawSQL, OrderBy -from django.db.models.signals import post_save from django.dispatch import receiver from django.http import Http404 from django.template.loader import render_to_string diff --git a/opentech/apply/funds/views.py b/opentech/apply/funds/views.py index 70e8f5dfd..0f0f962f0 100644 --- a/opentech/apply/funds/views.py +++ b/opentech/apply/funds/views.py @@ -19,7 +19,6 @@ from opentech.apply.activity.views import ( DelegatedViewMixin, ) from opentech.apply.activity.messaging import messenger, MESSAGES -from opentech.apply.activity.models import Activity from opentech.apply.funds.workflow import DETERMINATION_RESPONSE_TRANSITIONS from opentech.apply.review.views import ReviewContextMixin from opentech.apply.users.decorators import staff_required -- GitLab