...
This commit is contained in:
parent
7e17ed21ce
commit
cc261db606
1 changed files with 1 additions and 2 deletions
|
|
@ -120,5 +120,4 @@ def w(f: _T) -> _T:
|
|||
return w
|
||||
|
||||
|
||||
_BaseDecoratedFunc = Callable[..., Any]
|
||||
DecoratedFunc = TypeVar('DecoratedFunc', bound=_BaseDecoratedFunc)
|
||||
DecoratedFunc = TypeVar('DecoratedFunc', bound=Callable[..., Any])
|
||||
|
|
|
|||
Loading…
Reference in a new issue