diff --git a/generic/forms.py b/generic/forms.py index a5cfeced..5c395dad 100755 --- a/generic/forms.py +++ b/generic/forms.py @@ -54,4 +54,4 @@ class QuestionNoteForm(ModelForm): initial["content_id"] = pk ModelForm.__init__(self, *args, **kwargs) - super(QuestionNoteForm(), self).__init__(*args, **kwargs) \ No newline at end of file + super(QuestionNoteForm, self).__init__(*args, **kwargs) \ No newline at end of file