From 345c5cb1d800542516788f07c7e054f15d472a6a Mon Sep 17 00:00:00 2001
From: sandeepsajan0 <sandeepsajan0@gmail.com>
Date: Fri, 6 Aug 2021 16:51:14 +0530
Subject: [PATCH] Resolve linting errors

---
 hypha/apply/activity/messaging.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hypha/apply/activity/messaging.py b/hypha/apply/activity/messaging.py
index 7037e0ee5..69559237e 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
 
-- 
GitLab