resolved importError (#565)

This commit is contained in:
thomas girod 2023-01-13 02:22:53 +01:00 committed by GitHub
parent 59136850b8
commit 394e17d599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,9 +25,8 @@ from __future__ import annotations
from typing import Tuple from typing import Tuple
from __future__ import annotations
from django.db import models from django.db import models
from django.db.models import OuterRef, Exists, QuerySet from django.db.models import OuterRef, Exists
from django.db.models.functions import Length from django.db.models.functions import Length
from django.utils.translation import gettext_lazy as _ from django.utils.translation import gettext_lazy as _
from django.utils import timezone from django.utils import timezone