diff --git a/tests/assert_type/db/models/check_enums.py b/tests/assert_type/db/models/check_enums.py index a271c1519..5282e5449 100644 --- a/tests/assert_type/db/models/check_enums.py +++ b/tests/assert_type/db/models/check_enums.py @@ -1,4 +1,4 @@ -from typing import Literal, List, Tuple +from typing import List, Literal, Tuple from django.db.models import IntegerChoices, TextChoices from django.utils.translation import gettext_lazy as _