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