mirror of
https://github.com/powerline/powerline.git
synced 2025-07-27 07:44:36 +02:00
Fix syntastic error in powerline.lib.memoize
This commit is contained in:
parent
aaed00e078
commit
d952b469d6
@ -35,6 +35,6 @@ class memoize(object):
|
|||||||
cached = self.cache[key] = {
|
cached = self.cache[key] = {
|
||||||
'result': func(**kwargs),
|
'result': func(**kwargs),
|
||||||
'time': monotonic(),
|
'time': monotonic(),
|
||||||
}
|
}
|
||||||
return cached['result']
|
return cached['result']
|
||||||
return decorated_function
|
return decorated_function
|
||||||
|
Loading…
x
Reference in New Issue
Block a user