1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-06 16:06:52 +00:00

Fix code style warning

This commit is contained in:
Mark Haines 2015-02-23 18:19:13 +00:00
parent 74048bdd41
commit 27080698e7

View file

@ -79,7 +79,7 @@ def cached(max_entries=1000):
del cache[key]
wrapped.invalidate = invalidate
wrapped.prefill = prefill
wrapped.prefill = prefill
return wrapped
return wrap