From 3ae43f899eed757785a82dbc9aabf47f0250b2fd Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Wed, 21 Feb 2018 09:29:40 +0000
Subject: [PATCH] fixup! Remove the unused search filter

---
 opentech/apply/dashboard/tables.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/opentech/apply/dashboard/tables.py b/opentech/apply/dashboard/tables.py
index 9c4e6a87e..4e85da55a 100644
--- a/opentech/apply/dashboard/tables.py
+++ b/opentech/apply/dashboard/tables.py
@@ -1,8 +1,5 @@
 from django import forms
 from django.contrib.auth import get_user_model
-from django.contrib.postgres.search import SearchVector
-from django.db.models import TextField
-from django.db.models.functions import Cast
 from django.utils.text import mark_safe
 
 import django_filters as filters
-- 
GitLab