Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Fix flake issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoistinen committed Aug 19, 2015
1 parent b05568c commit e78df13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
],
'loaders': [
'django.template.loaders.filesystem.Loader',
'aldryn_boilerplates.template_loaders.AppDirectoriesLoader',
'aldryn_boilerplates.template_loaders.AppDirectoriesLoader', # flake8: noqa
'django.template.loaders.app_directories.Loader',
'django.template.loaders.eggs.Loader',
],
Expand Down

0 comments on commit e78df13

Please sign in to comment.