diff --git a/opentech/apply/funds/tables.py b/opentech/apply/funds/tables.py index a72fa6aa23001b2efe812c34b574ea52f5cd7253..1a83d5a405a621bcf8f832633df2ce6664717adc 100644 --- a/opentech/apply/funds/tables.py +++ b/opentech/apply/funds/tables.py @@ -4,7 +4,7 @@ import textwrap from django import forms from django.contrib.auth import get_user_model from django.db.models import CharField, F, Func, OuterRef, Q, Subquery -from django.db.models.functions import Coalesce, Length +from django.db.models.functions import Length from django.utils.html import format_html from django.utils.text import mark_safe, slugify