mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-14 12:34:44 +02:00
...
This commit is contained in:
@@ -120,5 +120,4 @@ def ac(group: ActionGroup, doc: str) -> Callable[[_T], _T]:
|
||||
return w
|
||||
|
||||
|
||||
_BaseDecoratedFunc = Callable[..., Any]
|
||||
DecoratedFunc = TypeVar('DecoratedFunc', bound=_BaseDecoratedFunc)
|
||||
DecoratedFunc = TypeVar('DecoratedFunc', bound=Callable[..., Any])
|
||||
|
||||
Reference in New Issue
Block a user