Fix isort issue

This commit is contained in:
Raphael Michel
2022-02-14 17:33:20 +01:00
parent fb89e31c1c
commit f7d2645e76

View File

@@ -47,7 +47,9 @@ from django.conf import settings
from django.contrib import messages from django.contrib import messages
from django.core.exceptions import ValidationError from django.core.exceptions import ValidationError
from django.core.files.uploadedfile import SimpleUploadedFile from django.core.files.uploadedfile import SimpleUploadedFile
from django.core.validators import MaxValueValidator, MinValueValidator, RegexValidator from django.core.validators import (
MaxValueValidator, MinValueValidator, RegexValidator,
)
from django.db.models import QuerySet from django.db.models import QuerySet
from django.forms import Select, widgets from django.forms import Select, widgets
from django.utils import translation from django.utils import translation