Skip to content

Commit e4280cf

Browse files
committed
Kicking build
1 parent 69789af commit e4280cf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

runtests.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@
3535
DEBUG=False,
3636
ROOT_URLCONF='',
3737
TEMPLATES = [ # For >= Django 1.10
38-
{
39-
'BACKEND': 'django.template.backends.django.DjangoTemplates',
40-
'APP_DIRS': True,
41-
},
38+
{'BACKEND': 'django.template.backends.django.DjangoTemplates', 'APP_DIRS': True},
4239
]
4340
)
4441

0 commit comments

Comments
 (0)