diff --git a/django-stubs/urls/base.pyi b/django-stubs/urls/base.pyi index caab9bc02..88ee6794b 100644 --- a/django-stubs/urls/base.pyi +++ b/django-stubs/urls/base.pyi @@ -1,7 +1,6 @@ from collections.abc import Callable, Sequence from typing import Any, Literal -from django.http.response import HttpResponse from django.urls.resolvers import ResolverMatch def resolve(path: str, urlconf: str | None = ...) -> ResolverMatch: ...