mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-17 06:13:51 -05:00
Fix code style warning
This commit is contained in:
parent
74048bdd41
commit
27080698e7
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ def cached(max_entries=1000):
|
||||||
del cache[key]
|
del cache[key]
|
||||||
|
|
||||||
wrapped.invalidate = invalidate
|
wrapped.invalidate = invalidate
|
||||||
wrapped.prefill = prefill
|
wrapped.prefill = prefill
|
||||||
return wrapped
|
return wrapped
|
||||||
|
|
||||||
return wrap
|
return wrap
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue