Revert "update"

This reverts commit 75cc618c2b.
This commit is contained in:
pacnpal
2025-09-21 20:11:00 -04:00
parent 75cc618c2b
commit 540f40e689
610 changed files with 4812 additions and 1715 deletions

View File

@@ -1,7 +0,0 @@
from typing import Any, Type
from django.db.models import QuerySet
from rest_framework.serializers import BaseSerializer
class ReadOnlyModelViewSet:
def get_queryset(self) -> QuerySet[Any]: ...
def get_serializer_class(self) -> Type[BaseSerializer]: ...