Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b5669c

Browse files
committed
Fix __all__.
1 parent 64d010c commit 0b5669c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/functools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# See C source code for _functools credits/copyright
1010

1111
__all__ = ['update_wrapper', 'wraps', 'WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES',
12-
'total_ordering', 'cmp_to_key', 'lfu_cache', 'lru_cache']
12+
'total_ordering', 'cmp_to_key', 'lru_cache']
1313

1414
from _functools import partial, reduce
1515
from collections import OrderedDict

0 commit comments

Comments
 (0)