From 447bd41841330386d815a88545a3c3b0386dcfb3 Mon Sep 17 00:00:00 2001
From: Erin Mullaney <erin.mullaney@torchbox.com>
Date: Tue, 15 Jan 2019 11:07:40 -0500
Subject: [PATCH] #806 pep8

---
 opentech/apply/funds/tables.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/opentech/apply/funds/tables.py b/opentech/apply/funds/tables.py
index 12557cd2d..585d1259a 100644
--- a/opentech/apply/funds/tables.py
+++ b/opentech/apply/funds/tables.py
@@ -96,6 +96,7 @@ def get_reviewers(request):
     User = get_user_model()
     return User.objects.filter(Q(submissions_reviewer__isnull=False) | Q(groups__name=STAFF_GROUP_NAME) | Q(is_superuser=True)).distinct()
 
+
 def get_screening_statuses(request):
     return ScreeningStatus.objects.filter(
         id__in=ApplicationSubmission.objects.all().values('screening_status__id').distinct('screening_status__id'))
-- 
GitLab