@@ -4,7 +4,6 @@ from __future__ import unicode_literals
from django.test import TestCase
from django.test.client import RequestFactory
from django.urls import reverse
-from django.utils import six
from misago.core.utils import (
clean_return_path, format_plaintext_for_html, is_referer_local, is_request_to_misago,
@@ -10,7 +10,6 @@ from django.utils.module_loading import import_string
MISAGO_SLUGIFY = getattr(settings, 'MISAGO_SLUGIFY', 'misago.core.slugify.default')
-
slugify = import_string(MISAGO_SLUGIFY)
@@ -2,7 +2,6 @@ from django.core.exceptions import ValidationError
from misago.conf import settings
-from misago.core.testproject.validators import test_post_validator
from misago.threads.validators import validate_post_length, validate_title