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 1c85d0b commit 58f3b98Copy full SHA for 58f3b98
1 file changed
stubs/click-web/click_web/resources/input_fields.pyi
@@ -67,10 +67,10 @@ class EmailInput(BaseInput):
67
param_type_cls: type[EmailParamType]
68
69
class PasswordInput(BaseInput):
70
- param_type_cls: type[PasswordParamType[Any]]
+ param_type_cls: type[PasswordParamType]
71
72
class TextAreaInput(BaseInput):
73
- param_type_cls: type[TextAreaParamType[Any]]
+ param_type_cls: type[TextAreaParamType]
74
75
class DefaultInput(BaseInput):
76
param_type_cls: type[click.ParamType[Any]]
0 commit comments