blob: a486dc4dd9c0413e9c9f7c46a58f84f48cf332e9 [file] [log] [blame]
import warnings
from . import MRUCache
warnings.warn(
"cachetools.mru is deprecated, please use cachetools.MRUCache",
DeprecationWarning,
stacklevel=2,
)