Skip to content

Commit 58f3b98

Browse files
authored
commit 4
1 parent 1c85d0b commit 58f3b98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stubs/click-web/click_web/resources/input_fields.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ class EmailInput(BaseInput):
6767
param_type_cls: type[EmailParamType]
6868

6969
class PasswordInput(BaseInput):
70-
param_type_cls: type[PasswordParamType[Any]]
70+
param_type_cls: type[PasswordParamType]
7171

7272
class TextAreaInput(BaseInput):
73-
param_type_cls: type[TextAreaParamType[Any]]
73+
param_type_cls: type[TextAreaParamType]
7474

7575
class DefaultInput(BaseInput):
7676
param_type_cls: type[click.ParamType[Any]]

0 commit comments

Comments
 (0)