mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-07-06 07:23:55 +02:00
More constraints on linting (surely removed in the future)
This commit is contained in:
@ -4,7 +4,7 @@ from django import forms
|
||||
from django.core.exceptions import ValidationError
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
from .models import Team, Participation
|
||||
from .models import Participation, Team
|
||||
|
||||
|
||||
class TeamForm(forms.ModelForm):
|
||||
|
Reference in New Issue
Block a user