mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
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