unittest.mock: remove another piece of Python 2 specific code

This commit is contained in:
Michael Foord 2012-03-25 19:35:22 +01:00
parent 1ab27c6fde
commit fb5d0a78cf
1 changed files with 0 additions and 2 deletions

View File

@ -2120,8 +2120,6 @@ FunctionTypes = (
type(create_autospec),
# instance method
type(ANY.__eq__),
# unbound method
type(_ANY.__eq__),
)