1
0
mirror of https://gitlab.crans.org/bde/nk20-scripts synced 2025-06-30 18:11:14 +02:00

Reorder imports and fix trailing spaces

This commit is contained in:
Alexandre Iooss
2021-05-12 17:43:18 +02:00
parent 1e9d731715
commit 3442edd2bf
14 changed files with 46 additions and 67 deletions

View File

@ -8,8 +8,7 @@ from django.core.management import BaseCommand
from django.db.models import Q
from django.template.loader import render_to_string
from django.utils.translation import activate
from note.models import NoteUser, Note
from note.models import Note
class Command(BaseCommand):