Skip to content

Commit af372df

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent e5123a3 commit af372df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/cachetools/cachetools/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class _TimedCache(Cache[_KT, _VT]):
5656
def __init__(self, timer: Callable[[], _TT]) -> None: ...
5757
def __call__(self) -> _TT: ...
5858
def __enter__(self) -> _TT: ...
59-
def __exit__(self, *exc: Unused) -> None: ...
59+
def __exit__(self, *exc: object) -> None: ...
6060
def __getattr__(self, name: str) -> Any: ...
6161

6262
@property

0 commit comments

Comments
 (0)