Browse Source

cleansource

Rafał Pitoń 8 years ago
parent
commit
e403e7abf9

+ 0 - 1
misago/core/tests/test_utils.py

@@ -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,

+ 0 - 1
misago/core/utils.py

@@ -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)
 
 

+ 0 - 1
misago/threads/tests/test_validators.py

@@ -2,7 +2,6 @@ from django.core.exceptions import ValidationError
 from django.test import TestCase
 
 from misago.conf import settings
-from misago.core.testproject.validators import test_post_validator
 from misago.threads.validators import validate_post_length, validate_title