blob: 81331bc2029666032c6d1af357ce063a485d5bbb [file] [log] [blame]
import warnings
from . import RRCache
warnings.warn(
"cachetools.rr is deprecated, please use cachetools.RRCache",
DeprecationWarning,
stacklevel=2,
)