blob: 48ddb36f92ac09953c6f0cd86e090cab59614e2d [file] [log] [blame]
import warnings
from . import LRUCache
warnings.warn(
"cachetools.lru is deprecated, please use cachetools.LRUCache",
DeprecationWarning,
stacklevel=2,
)