From ff3aaf036f0cb66cd8f404cd51c603e68aaa7676 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Sat, 1 Mar 2025 19:41:37 +0100 Subject: Applied Black's 2025 stable style. https://github.com/psf/black/releases/tag/25.1.0 --- django/forms/forms.py | 1 + 1 file changed, 1 insertion(+) (limited to 'django/forms') diff --git a/django/forms/forms.py b/django/forms/forms.py index 844f15f9f2..d05bf4bb9e 100644 --- a/django/forms/forms.py +++ b/django/forms/forms.py @@ -431,6 +431,7 @@ class BaseForm(RenderableFormMixin): class Form(BaseForm, metaclass=DeclarativeFieldsMetaclass): "A collection of Fields, plus their associated data." + # This is a separate class from BaseForm in order to abstract the way # self.fields is specified. This class (Form) is the one that does the # fancy metaclass stuff purely for the semantic sugar -- it allows one -- cgit v1.3