mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
resolved importError (#565)
This commit is contained in:
@ -25,9 +25,8 @@ from __future__ import annotations
|
||||
|
||||
from typing import Tuple
|
||||
|
||||
from __future__ import annotations
|
||||
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.utils.translation import gettext_lazy as _
|
||||
from django.utils import timezone
|
||||
|
Reference in New Issue
Block a user