1
0
forked from VimPlug/jedi

Remove an used function

This commit is contained in:
Dave Halter
2019-02-21 10:16:17 +01:00
parent 2f86f549f5
commit efd8861d62

View File

@@ -123,8 +123,6 @@ def time_cache(seconds):
result = func(*args, **kwargs)
cache[key] = time.time(), result
return result
wrapper.clear_cache = lambda: cache.clear()
return wrapper
return decorator