We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af372df commit 2483f11Copy full SHA for 2483f11
stubs/cachetools/cachetools/__init__.pyi
@@ -54,8 +54,8 @@ class _TimedCache(Cache[_KT, _VT]):
54
55
class _Timer:
56
def __init__(self, timer: Callable[[], _TT]) -> None: ...
57
- def __call__(self) -> _TT: ...
58
- def __enter__(self) -> _TT: ...
+ def __call__(self) -> Any: ...
+ def __enter__(self) -> Any: ...
59
def __exit__(self, *exc: object) -> None: ...
60
def __getattr__(self, name: str) -> Any: ...
61
0 commit comments