fix trailing comma

This commit is contained in:
Pierre-antoine Comby 2020-08-19 23:00:49 +02:00
parent 6ea92cdcde
commit a1dc8fe530
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ from permission.models import Role
from permission.views import ProtectQuerysetMixin, ProtectedCreateView
from .forms import UserForm, ProfileForm, ImageForm, ClubForm, MembershipForm,\
CustomAuthenticationForm, MembershipRolesForm,
CustomAuthenticationForm, MembershipRolesForm
from .models import Club, Membership
from .tables import ClubTable, UserTable, MembershipTable, ClubManagerTable