Skip to content

Commit ee642d5

Browse files
committed
Add Placeholder to __all__
1 parent 14bf68c commit ee642d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/functools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__all__ = ['update_wrapper', 'wraps', 'WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES',
1313
'total_ordering', 'cache', 'cmp_to_key', 'lru_cache', 'reduce',
1414
'partial', 'partialmethod', 'singledispatch', 'singledispatchmethod',
15-
'cached_property']
15+
'cached_property', 'Placeholder']
1616

1717
from abc import get_cache_token
1818
from collections import namedtuple

0 commit comments

Comments
 (0)