Fix linters

This commit is contained in:
Yohann D'ANELLO 2020-07-30 15:53:23 +02:00
parent 9d8c588b78
commit e9cbc8e623
10 changed files with 8 additions and 14 deletions

View file

@ -32,7 +32,6 @@ class UserForm(forms.ModelForm):
fields = ('first_name', 'last_name', 'username', 'email',)
class ProfileForm(forms.ModelForm):
"""
A form for the extras field provided by the :model:`member.Profile` model.