1
0
mirror of https://gitlab.crans.org/bde/nk20-scripts synced 2025-06-29 17:51:08 +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

@ -11,7 +11,6 @@ from django.core.management.base import BaseCommand
from django.db import transaction
from django.db.models import Q
from django.test import override_settings
from note.models import Alias, Transaction