Remove code style issue

This commit is contained in:
Tom Christie 2016-06-01 14:01:00 +01:00
parent 7ece633831
commit 0ab1aeb9ab

View File

@ -15,7 +15,7 @@ def pytest_configure():
USE_L10N=True, USE_L10N=True,
STATIC_URL='/static/', STATIC_URL='/static/',
ROOT_URLCONF='tests.urls', ROOT_URLCONF='tests.urls',
TEMPLATES = [ TEMPLATES=[
{ {
'BACKEND': 'django.template.backends.django.DjangoTemplates', 'BACKEND': 'django.template.backends.django.DjangoTemplates',
'APP_DIRS': True, 'APP_DIRS': True,