removed blankline

This commit is contained in:
Vighnesh Birodkar
2014-03-26 02:59:59 +05:30
parent 12ba5905a7
commit a748df0b55
-1
View File
@@ -60,7 +60,6 @@ PROP_VALS = PROPS.values()
class _cached_property(object):
"""Decorator to use a function as a cached property.
The function is only called the first time and each successive call returns