blob: 5c9aceff37e014108712f56fcca98da478ac60ce [file] [log] [blame]
import warnings
from . import LFUCache
warnings.warn(
"cachetools.lfu is deprecated, please use cachetools.LFUCache",
DeprecationWarning,
stacklevel=2,
)