diff --git a/django-stubs/contrib/admin/helpers.pyi b/django-stubs/contrib/admin/helpers.pyi index ac9b52f96e..6a2a86ed96 100644 --- a/django-stubs/contrib/admin/helpers.pyi +++ b/django-stubs/contrib/admin/helpers.pyi @@ -19,8 +19,6 @@ class ActionForm(forms.Form): action: Any select_across: Any -checkbox: Any - @type_check_only class _PrepopulatedDict(TypedDict): field: BoundField