forked from VimPlug/jedi
Remove confusing comment
I'm assuming that this is incorrect given that there _are_ arguments where the comment suggests there aren't any.
This commit is contained in:
@@ -273,8 +273,6 @@ def test_pow_signature(Script, environment):
|
||||
def x(f):
|
||||
@functools.wraps(f)
|
||||
def wrapper(*args):
|
||||
# Have no arguments here, but because of wraps, the signature
|
||||
# should still be f's.
|
||||
return f(*args)
|
||||
return wrapper
|
||||
|
||||
|
||||
Reference in New Issue
Block a user