This commit is contained in:
Kovid Goyal 2021-09-27 12:02:23 +05:30
parent 7e17ed21ce
commit cc261db606
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -120,5 +120,4 @@ def ac(group: ActionGroup, doc: str) -> Callable[[_T], _T]:
return w return w
_BaseDecoratedFunc = Callable[..., Any] DecoratedFunc = TypeVar('DecoratedFunc', bound=Callable[..., Any])
DecoratedFunc = TypeVar('DecoratedFunc', bound=_BaseDecoratedFunc)