diff --git a/rest_framework-stubs/serializers.pyi b/rest_framework-stubs/serializers.pyi index e22fc6f28..e51e8cf33 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 2166f349e..1763b9595 100644 --- a/scripts/stubtest/allowlist_todo.txt +++ b/scripts/stubtest/allowlist_todo.txt @@ -93,7 +93,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