mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-16 19:23:27 +00:00
resolved importError (#565)
This commit is contained in:
parent
59136850b8
commit
394e17d599
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user