Skip to content

Commit 43cc52f

Browse files
Update Lib/test/test_inspect/test_inspect.py
1 parent e1c11ec commit 43cc52f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Lib/test/test_inspect/test_inspect.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4140,12 +4140,6 @@ def __init__(self, a):
41404140

41414141

41424142
def test_signature_on_class_with_decorated_new(self):
4143-
def identity(func):
4144-
@functools.wraps(func)
4145-
def wrapped(*args, **kwargs):
4146-
return func(*args, **kwargs)
4147-
return wrapped
4148-
41494143
with self.subTest('FunctionType'):
41504144
class C:
41514145
@identity

0 commit comments

Comments
 (0)