mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
unittest.mock: remove another piece of Python 2 specific code
This commit is contained in:
parent
1ab27c6fde
commit
fb5d0a78cf
1 changed files with 0 additions and 2 deletions
|
@ -2120,8 +2120,6 @@ FunctionTypes = (
|
|||
type(create_autospec),
|
||||
# instance method
|
||||
type(ANY.__eq__),
|
||||
# unbound method
|
||||
type(_ANY.__eq__),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue