diff --git a/Lib/unittest/mock.py b/Lib/unittest/mock.py index 3cef550f9cf..d73bd5385f5 100644 --- a/Lib/unittest/mock.py +++ b/Lib/unittest/mock.py @@ -2120,8 +2120,6 @@ def __init__(self, spec, spec_set=False, parent=None, type(create_autospec), # instance method type(ANY.__eq__), - # unbound method - type(_ANY.__eq__), )