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