Skip to content

Commit 407e4bb

Browse files
utkarsh2102srittau
authored andcommitted
decorators.pyi: Add Any angument to Callable[] (#2654)
Fixes #2615
1 parent 84548f5 commit 407e4bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/2and3/click/decorators.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ _F = TypeVar('_F', bound=Callable[..., Any])
1010
# _Decorator = Callable[[_F], _F]
1111

1212
_Callback = Callable[
13-
[Context, Union[Option, Parameter], Union[bool, int, str]],
13+
[Context, Union[Option, Parameter], Any],
1414
Any
1515
]
1616

0 commit comments

Comments
 (0)