diff options
| author | django-bot <ops@djangoproject.com> | 2022-02-03 20:24:19 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-02-07 20:37:05 +0100 |
| commit | 9c19aff7c7561e3a82978a272ecdaad40dda5c00 (patch) | |
| tree | f0506b668a013d0063e5fba3dbf4863b466713ba /tests/check_framework/template_test_apps | |
| parent | f68fa8b45dfac545cfc4111d4e52804c86db68d3 (diff) | |
Refs #33476 -- Reformatted code with Black.
Diffstat (limited to 'tests/check_framework/template_test_apps')
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/check_framework/template_test_apps/different_tags_app/apps.py b/tests/check_framework/template_test_apps/different_tags_app/apps.py index 90d54b3d50..bb6d57128c 100644 --- a/tests/check_framework/template_test_apps/different_tags_app/apps.py +++ b/tests/check_framework/template_test_apps/different_tags_app/apps.py @@ -2,4 +2,4 @@ from django.apps import AppConfig class DifferentTagsAppAppConfig(AppConfig): - name = 'check_framework.template_test_apps.different_tags_app' + name = "check_framework.template_test_apps.different_tags_app" diff --git a/tests/check_framework/template_test_apps/same_tags_app_1/apps.py b/tests/check_framework/template_test_apps/same_tags_app_1/apps.py index 44149177a0..7b82f48dc6 100644 --- a/tests/check_framework/template_test_apps/same_tags_app_1/apps.py +++ b/tests/check_framework/template_test_apps/same_tags_app_1/apps.py @@ -2,4 +2,4 @@ from django.apps import AppConfig class SameTagsApp1AppConfig(AppConfig): - name = 'check_framework.template_test_apps.same_tags_app_1' + name = "check_framework.template_test_apps.same_tags_app_1" diff --git a/tests/check_framework/template_test_apps/same_tags_app_2/apps.py b/tests/check_framework/template_test_apps/same_tags_app_2/apps.py index d90c800d1f..e94c0113a6 100644 --- a/tests/check_framework/template_test_apps/same_tags_app_2/apps.py +++ b/tests/check_framework/template_test_apps/same_tags_app_2/apps.py @@ -2,4 +2,4 @@ from django.apps import AppConfig class SameTagsApp2AppConfig(AppConfig): - name = 'check_framework.template_test_apps.same_tags_app_2' + name = "check_framework.template_test_apps.same_tags_app_2" |
