From fd8eba4be43e162813907d2e9700a09cd067c811 Mon Sep 17 00:00:00 2001 From: Noelle Leigh <5957867+noelleleigh@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:40:15 -0500 Subject: [PATCH] forms: Remove unused import --- django-stubs/forms/forms.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django-stubs/forms/forms.pyi b/django-stubs/forms/forms.pyi index f27c9f783..ca387f908 100644 --- a/django-stubs/forms/forms.pyi +++ b/django-stubs/forms/forms.pyi @@ -1,4 +1,4 @@ -from collections.abc import Iterator, Mapping, Sequence +from collections.abc import Iterator, Mapping from typing import Any from django.core.exceptions import ValidationError as ValidationError