mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54: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):
|
||||
@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