mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +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] = {
|
||||
'result': func(**kwargs),
|
||||
'time': monotonic(),
|
||||
}
|
||||
}
|
||||
return cached['result']
|
||||
return decorated_function
|
||||
|
Loading…
x
Reference in New Issue
Block a user