We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca18d0e + 8cc6ae1 commit 54583ffCopy full SHA for 54583ff
braces/forms.py
@@ -11,4 +11,4 @@ class UserKwargModelFormMixin:
11
def __init__(self, *args, **kwargs):
12
"""Remove the user from **kwargs and assign it on the object"""
13
self.user = kwargs.pop("user", None)
14
- super(UserKwargModelFormMixin, self).__init__(*args, **kwargs)
+ super().__init__(*args, **kwargs)
0 commit comments