forked from VimPlug/jedi
Revert changes to test/completion and test/static_analysis except for 2.6 comment removal
This commit is contained in:
@@ -285,7 +285,7 @@ def memoize(func):
|
||||
return wrapper
|
||||
|
||||
|
||||
class Something:
|
||||
class Something():
|
||||
@memoize
|
||||
def x(self, a, b=1):
|
||||
return a
|
||||
|
||||
Reference in New Issue
Block a user