Skip to content
Snippets Groups Projects
Commit a213db2f authored by Todd Dembrey's avatar Todd Dembrey
Browse files

fixup! Remove unused method

parent 1a062245
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ import textwrap ...@@ -4,7 +4,7 @@ import textwrap
from django import forms from django import forms
from django.contrib.auth import get_user_model from django.contrib.auth import get_user_model
from django.db.models import CharField, F, Func, OuterRef, Q, Subquery 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.html import format_html
from django.utils.text import mark_safe, slugify from django.utils.text import mark_safe, slugify
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment