diff --git a/hypha/apply/activity/messaging.py b/hypha/apply/activity/messaging.py
index 7037e0ee5e74e3a54da9df467cf8fdc5fd0b2895..69559237e050c48a913d3f2d53b237e5237a4630 100644
--- a/hypha/apply/activity/messaging.py
+++ b/hypha/apply/activity/messaging.py
@@ -11,7 +11,7 @@ from django.template.loader import render_to_string
 from django.utils import timezone
 from django.utils.translation import gettext as _
 
-from .models import ALL, REVIEWER, TEAM
+from .models import ALL, TEAM
 from .options import MESSAGES
 from .tasks import send_mail