mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-28 04:06:00 +00:00
Fix code style warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user