Skip to content
Snippets Groups Projects
Commit 27080698 authored by Mark Haines's avatar Mark Haines
Browse files

Fix code style warning

parent 74048bdd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment