mirror of https://github.com/python/cpython
unittest.mock: remove another piece of Python 2 specific code
This commit is contained in:
parent
1ab27c6fde
commit
fb5d0a78cf
|
@ -2120,8 +2120,6 @@ FunctionTypes = (
|
|||
type(create_autospec),
|
||||
# instance method
|
||||
type(ANY.__eq__),
|
||||
# unbound method
|
||||
type(_ANY.__eq__),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue