Skip to content
Snippets Groups Projects
Commit 7a90ad44 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[ui][templatetags] six import cleanup

parent f80b8649
No related branches found
No related tags found
2 merge requests!2551.4.x,!249Web fixes
......@@ -28,9 +28,9 @@
from django.conf import settings
from django import template
from django.template.defaultfilters import stringfilter
from django.utils import six
import hashlib
import six
register = template.Library()
......
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