Code style

This commit is contained in:
Iacopo Spalletti 2016-05-26 00:54:27 +02:00
commit bba4333549
No known key found for this signature in database
GPG key ID: BDCBC2EB289F60C6
2 changed files with 1 additions and 3 deletions

View file

@ -6,7 +6,6 @@ from copy import deepcopy
from django.contrib.auth import get_user_model
from django.contrib.sites.models import Site
from django.core.cache import cache
from djangocms_helper.base_test import BaseTestCase
from haystack import connections
from haystack.constants import DEFAULT_ALIAS
@ -15,7 +14,6 @@ from parler.utils.context import smart_override
from djangocms_blog.cms_appconfig import BlogConfig
from djangocms_blog.models import BlogCategory, Post, ThumbnailOption
User = get_user_model()