From 0ab1aeb9ab1c4136155f6bf184a6bae259ebf3a8 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 1 Jun 2016 14:01:00 +0100 Subject: [PATCH] Remove code style issue --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index d04ccbf3d..a5123b9d8 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -15,7 +15,7 @@ def pytest_configure(): USE_L10N=True, STATIC_URL='/static/', ROOT_URLCONF='tests.urls', - TEMPLATES = [ + TEMPLATES=[ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'APP_DIRS': True,