Pablo Miranda

Results 1 issues of Pablo Miranda

Hi, reading your code I saw that you have the `lock` defined as `AbstractContextManager ` ```python def cached( cache: Optional[MutableMapping[_KT, Any]], # ignoring the mypy error to be consistent with...