Skip to content

Commit 9274863

Browse files
committed
Final(?) third-party stubtest allowlist changes
1 parent e5dcc79 commit 9274863

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

stubs/WTForms/@tests/stubtest_allowlist.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,3 @@ wtforms.meta.DefaultMeta.__getattr__
1010
# Should allow setting and deleting any attribute
1111
wtforms.fields.core.Flags.__delattr__
1212
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

Comments
 (0)