diff --git a/opentech/apply/funds/models.py b/opentech/apply/funds/models.py
index 3afabf24469911526bfae5a26265a50274c91d41..3194a01e4589db7511ee52f45a5ed9a255852537 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 70e8f5dfd2bdaf27880aa7fa2e7aeb524ef7cd6f..0f0f962f0db72ca0b110b69ff4a810d82543152f 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