Skip to content

Commit ab9de61

Browse files
committed
Merge remote-tracking branch 'origin/cache_property' into cache_property
2 parents 4829c5b + 77da557 commit ab9de61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/attr/_make.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ def _transform_attrs(
495495

496496
return _Attributes(AttrsClass(attrs), base_attrs, base_attr_map)
497497

498+
498499
def _make_cached_property_uncached(original_cached_property_func, cls):
499500
"""Make an ordinary :deco:`property` to replace a :deco:`cached_property`
500501

0 commit comments

Comments
 (0)