forked from VimPlug/jedi
Remove redundant parentheses
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