From bbc27c0fc0d57c6f46f2254fdc1a26cfcea6a002 Mon Sep 17 00:00:00 2001 From: fbozhang <101728232+fbozhang@users.noreply.github.com> Date: Mon, 18 Aug 2025 01:14:27 +0800 Subject: [PATCH] Update test_fields.py --- tests/test_fields.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_fields.py b/tests/test_fields.py index 74ca601e2..51c083046 100644 --- a/tests/test_fields.py +++ b/tests/test_fields.py @@ -12,7 +12,6 @@ from zoneinfo import ZoneInfo import django import pytest import pytz - from django.core.exceptions import ValidationError as DjangoValidationError from django.db.models import IntegerChoices, TextChoices from django.http import QueryDict