Skip to content

Commit

Permalink
forms: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
noelleleigh committed Jan 3, 2024
1 parent ca1f5c2 commit fd8eba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django-stubs/forms/forms.pyi
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fd8eba4

Please sign in to comment.