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