From 1b663741d0d4f60e08c500a759bac3e730466fc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9E=84=EC=84=A0=EC=98=A4?= Date: Tue, 3 Dec 2024 22:46:31 +0900 Subject: [PATCH] Update rest_framewok.serializers.empty --- rest_framework-stubs/serializers.pyi | 1 - scripts/stubtest/allowlist_todo.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/rest_framework-stubs/serializers.pyi b/rest_framework-stubs/serializers.pyi index 5e31d115c..48161b77c 100644 --- a/rest_framework-stubs/serializers.pyi +++ b/rest_framework-stubs/serializers.pyi @@ -52,7 +52,6 @@ from rest_framework.fields import TimeField as TimeField from rest_framework.fields import URLField as URLField from rest_framework.fields import UUIDField as UUIDField from rest_framework.fields import _DefaultInitial -from rest_framework.fields import empty as empty from rest_framework.relations import Hyperlink as Hyperlink from rest_framework.relations import HyperlinkedIdentityField as HyperlinkedIdentityField from rest_framework.relations import HyperlinkedRelatedField as HyperlinkedRelatedField diff --git a/scripts/stubtest/allowlist_todo.txt b/scripts/stubtest/allowlist_todo.txt index 9b407de32..142f3a0cb 100644 --- a/scripts/stubtest/allowlist_todo.txt +++ b/scripts/stubtest/allowlist_todo.txt @@ -98,7 +98,6 @@ rest_framework.serializers.PermissionDenied rest_framework.serializers.Throttled rest_framework.serializers.TimeField.to_internal_value rest_framework.serializers.UnsupportedMediaType -rest_framework.serializers.empty rest_framework.settings.DefaultsSettings rest_framework.settings.api_settings rest_framework.templatetags.rest_framework.urlize_quoted_links