From c5348a060b7fc755414e5edcd7bc862119ecb1b7 Mon Sep 17 00:00:00 2001 From: q0w <43147888+q0w@users.noreply.github.com> Date: Sun, 25 Feb 2024 11:31:42 +0300 Subject: [PATCH] Remove admin.helpers.checkbox --- django-stubs/contrib/admin/helpers.pyi | 2 -- 1 file changed, 2 deletions(-) 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