1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-05 14:43:55 +02:00

More constraints on linting (surely removed in the future)

This commit is contained in:
Yohann D'ANELLO
2020-09-24 12:06:33 +02:00
parent ad2f1391a4
commit 05528cd58c
12 changed files with 23 additions and 29 deletions

View File

@ -3,9 +3,9 @@ from django.core.exceptions import PermissionDenied
from django.db import transaction
from django.urls import reverse_lazy
from django.utils.translation import gettext_lazy as _
from django.views.generic import CreateView, FormView, DetailView, RedirectView, UpdateView
from django.views.generic import CreateView, DetailView, FormView, RedirectView, UpdateView
from .forms import TeamForm, JoinTeamForm, ParticipationForm
from .forms import JoinTeamForm, ParticipationForm, TeamForm
from .models import Team