Browse Source

dropped unused import

Rafał Pitoń 10 years ago
parent
commit
d5bc58adff
1 changed files with 1 additions and 2 deletions
  1. 1 2
      misago/core/utils.py

+ 1 - 2
misago/core/utils.py

@@ -4,8 +4,7 @@ from unidecode import unidecode
 
 from django.http import Http404
 from django.core.urlresolvers import resolve, reverse
-from django.template.defaultfilters import (slugify as django_slugify,
-                                            date as dj_date_format)
+from django.template.defaultfilters import slugify as django_slugify
 from django.utils import html, timezone
 from django.utils.translation import ugettext_lazy as _, ungettext_lazy