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 e5123a3 commit af372dfCopy full SHA for af372df
stubs/cachetools/cachetools/__init__.pyi
@@ -56,7 +56,7 @@ class _TimedCache(Cache[_KT, _VT]):
56
def __init__(self, timer: Callable[[], _TT]) -> None: ...
57
def __call__(self) -> _TT: ...
58
def __enter__(self) -> _TT: ...
59
- def __exit__(self, *exc: Unused) -> None: ...
+ def __exit__(self, *exc: object) -> None: ...
60
def __getattr__(self, name: str) -> Any: ...
61
62
@property
0 commit comments