summaryrefslogtreecommitdiff
path: root/django/forms/formsets.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/forms/formsets.py')
-rw-r--r--django/forms/formsets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/forms/formsets.py b/django/forms/formsets.py
index 964a83d4ca..18a8cabefa 100644
--- a/django/forms/formsets.py
+++ b/django/forms/formsets.py
@@ -43,7 +43,7 @@ class ManagementForm(Form):
@html_safe
-class BaseFormSet(object):
+class BaseFormSet:
"""
A collection of instances of the same Form class.
"""