From 57dec65184a9020dd1a6fb3dac0976af55da2996 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Thu, 1 Oct 2015 15:55:53 +0300 Subject: [PATCH] Cleanup example. --- README.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.rst b/README.rst index b4856c9..73fcd0b 100644 --- a/README.rst +++ b/README.rst @@ -109,15 +109,12 @@ unfortunately causes problems with the standard ``cached_property``. In this cas .. code-block:: python - import threading - from cached_property import threaded_cached_property class Monopoly(object): def __init__(self): self.boardwalk_price = 500 - self.lock = threading.Lock() @threaded_cached_property def boardwalk(self): -- 2.30.2