Skip to content

Commit c0116c2

Browse files
authored
Update rest_framework.schema.generators.common_path (#700)
1 parent 6b9a944 commit c0116c2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

rest_framework-stubs/schemas/generators.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ from rest_framework.request import Request
99
from rest_framework.urlpatterns import _AnyURL
1010
from rest_framework.views import APIView
1111

12-
def common_path(paths: Iterable[str]) -> str: ...
1312
def get_pk_name(model: type[Model]) -> str: ...
1413
def is_api_view(callback: Any) -> bool: ...
1514
def endpoint_ordering(endpoint: tuple[Incomplete, Incomplete, Incomplete]) -> tuple[int]: ...

scripts/stubtest/allowlist_todo.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ rest_framework.renderers._BaseOpenAPIRenderer.render
5959
rest_framework.routers.BaseRouter.register
6060
rest_framework.schemas.SchemaGenerator.__init__
6161
rest_framework.schemas.coreapi.SchemaGenerator.__init__
62-
rest_framework.schemas.generators.common_path
6362
rest_framework.schemas.openapi.AutoSchema.__init__
6463
rest_framework.schemas.openapi.DRFOpenAPIInfo
6564
rest_framework.schemas.openapi.DRFOpenAPISchema

0 commit comments

Comments
 (0)