include OrderedDict import in TimeBoundedLRU example (GH-96962)

This commit is contained in:
Harry 2022-09-22 16:58:19 +01:00 committed by GitHub
parent 10e3d398c3
commit ec403536f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1201,6 +1201,7 @@ variants of :func:`functools.lru_cache`:
.. testcode::
from collections import OrderedDict
from time import time
class TimeBoundedLRU: