We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5dcc79 commit 9274863Copy full SHA for 9274863
stubs/WTForms/@tests/stubtest_allowlist.txt
@@ -10,12 +10,3 @@ wtforms.meta.DefaultMeta.__getattr__
10
# Should allow setting and deleting any attribute
11
wtforms.fields.core.Flags.__delattr__
12
wtforms.fields.core.Flags.__setattr__
13
-
14
-# widget is both used as a ClassVar and instance variable and does
15
-# not necessarily reflect an upper bound on Widget, so we always use
16
-# our Widget Protocol definition that's contravariant on Self
17
-wtforms.fields.Field.widget
18
-wtforms.fields.FormField.widget
19
-wtforms.fields.SelectField.widget
20
-wtforms.fields.SelectMultipleField.widget
21
-wtforms.fields.TextAreaField.widget
0 commit comments