1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Reorder import statements of apps/activity

This commit is contained in:
Alexandre Iooss
2020-08-10 15:30:39 +02:00
parent 7719ff41ad
commit ccfc1e74ac
8 changed files with 14 additions and 14 deletions

View File

@ -8,8 +8,8 @@ from django.contrib.contenttypes.models import ContentType
from django.utils import timezone
from django.utils.translation import gettext_lazy as _
from member.models import Club
from note.models import NoteUser, Note
from note_kfet.inputs import DateTimePickerInput, Autocomplete
from note.models import Note, NoteUser
from note_kfet.inputs import Autocomplete, DateTimePickerInput
from .models import Activity, Guest