Fix misc. linter errors

This commit is contained in:
beeankha
2020-05-14 15:43:50 -04:00
parent e078ac1c80
commit 479ab8550d
10 changed files with 28 additions and 25 deletions

View File

@@ -247,7 +247,7 @@ TEMPLATES = [
'loaders': [(
'django.template.loaders.cached.Loader',
('django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader',),
'django.template.loaders.app_directories.Loader',),
)],
'builtins': ['awx.main.templatetags.swagger'],
},