Skip to content

Commit

Permalink
Update django-stubs/urls/base.pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Dec 6, 2024
1 parent 9ad3b5b commit 3ad4522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django-stubs/urls/base.pyi
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from collections.abc import Callable, Sequence
from typing import Any, Literal

from django.http.response import HttpResponseBase
from django.urls.resolvers import ResolverMatch

def resolve(path: str, urlconf: str | None = ...) -> ResolverMatch: ...
Expand Down

0 comments on commit 3ad4522

Please sign in to comment.