summaryrefslogtreecommitdiff
path: root/dogpile/cache/proxy.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2020-11-14 10:54:58 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2020-11-14 10:54:58 -0500
commit04d45d73e850de23431b69ac989ed9c270f267da (patch)
tree79df9ceba8283057cea47070e444620ca208faf4 /dogpile/cache/proxy.py
parent8cc7e8d184168f36fb05cac96834ea7ec35fb8a0 (diff)
downloaddogpile-cache-04d45d73e850de23431b69ac989ed9c270f267da.tar.gz
update black and set for python 3.6
Change-Id: I0c2fbb5e577c956c3d3f80abeb910ec6f546cb23
Diffstat (limited to 'dogpile/cache/proxy.py')
-rw-r--r--dogpile/cache/proxy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dogpile/cache/proxy.py b/dogpile/cache/proxy.py
index 0958838..0b57edb 100644
--- a/dogpile/cache/proxy.py
+++ b/dogpile/cache/proxy.py
@@ -67,7 +67,7 @@ class ProxyBackend(CacheBackend):
pass
def wrap(self, backend: CacheBackend) -> "ProxyBackend":
- """ Take a backend as an argument and setup the self.proxied property.
+ """Take a backend as an argument and setup the self.proxied property.
Return an object that be used as a backend by a :class:`.CacheRegion`
object.
"""