diff --git a/opentech/apply/dashboard/tables.py b/opentech/apply/dashboard/tables.py
index 9c4e6a87e719aa4af3f02ccca380c0c5b4620758..4e85da55a0e1612b90c0e19d342ae3dd93724e15 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