mirror of
https://github.com/django-components/django-components.git
synced 2025-08-03 22:08:17 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
15a0e66219
commit
0648ad9a93
14 changed files with 983 additions and 432 deletions
|
@ -8,4 +8,4 @@ from django.template.utils import get_app_template_dirs
|
|||
|
||||
class Loader(FilesystemLoader):
|
||||
def get_dirs(self):
|
||||
return get_app_template_dirs('components')
|
||||
return get_app_template_dirs("components")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue