diff --git a/counter/models.py b/counter/models.py index 587ac554..cdc28896 100644 --- a/counter/models.py +++ b/counter/models.py @@ -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