From 9c19aff7c7561e3a82978a272ecdaad40dda5c00 Mon Sep 17 00:00:00 2001 From: django-bot Date: Thu, 3 Feb 2022 20:24:19 +0100 Subject: Refs #33476 -- Reformatted code with Black. --- tests/check_framework/apps.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/check_framework/apps.py') diff --git a/tests/check_framework/apps.py b/tests/check_framework/apps.py index c57994f722..b78d603855 100644 --- a/tests/check_framework/apps.py +++ b/tests/check_framework/apps.py @@ -2,9 +2,9 @@ from django.apps import AppConfig class CheckDefaultPKConfig(AppConfig): - name = 'check_framework' + name = "check_framework" class CheckPKConfig(AppConfig): - name = 'check_framework' - default_auto_field = 'django.db.models.BigAutoField' + name = "check_framework" + default_auto_field = "django.db.models.BigAutoField" -- cgit v1.3