1
0
forked from VimPlug/jedi

cleanup/pep8

This commit is contained in:
David Halter
2012-12-12 21:34:04 +01:00
parent 9b45ddcb7c
commit 7969e19a5b
4 changed files with 1 additions and 25 deletions
-2
View File
@@ -46,5 +46,3 @@ class CachedMetaClass(type):
@memoize_default()
def __call__(self, *args, **kwargs):
return super(CachedMetaClass, self).__call__(*args, **kwargs)