diff options
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/functools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/functools.py b/Lib/functools.py index 0ac83d2..c2c2282 100644 --- a/Lib/functools.py +++ b/Lib/functools.py @@ -9,7 +9,7 @@ # See C source code for _functools credits/copyright __all__ = ['update_wrapper', 'wraps', 'WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES', - 'total_ordering', 'cmp_to_key', 'lfu_cache', 'lru_cache'] + 'total_ordering', 'cmp_to_key', 'lru_cache'] from _functools import partial, reduce from collections import OrderedDict |