mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-22 05:11:25 +08:00
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):
|
def x(f):
|
||||||
@functools.wraps(f)
|
@functools.wraps(f)
|
||||||
def wrapper(*args):
|
def wrapper(*args):
|
||||||
# Have no arguments here, but because of wraps, the signature
|
|
||||||
# should still be f's.
|
|
||||||
return f(*args)
|
return f(*args)
|
||||||
return wrapper
|
return wrapper
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user