From 0f33336f230f76e98ed2b13301224d1e317bebf4 Mon Sep 17 00:00:00 2001
From: Michael Foord <michael@voidspace.org.uk>
Date: Sun, 25 Mar 2012 19:35:22 +0100
Subject: [PATCH] unittest.mock: remove another piece of Python 2 specific code

---
 mock.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/mock.py b/mock.py
index 8c9428a..d7912ba 100644
--- a/mock.py
+++ b/mock.py
@@ -2312,8 +2312,6 @@ FunctionTypes = (
     type(create_autospec),
     # instance method
     type(ANY.__eq__),
-    # unbound method
-    type(_ANY.__eq__),
 )
 
 
-- 
GitLab