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