mirror of https://github.com/python/cpython
merge heads
This commit is contained in:
commit
09d71269e2
|
@ -2120,8 +2120,6 @@ FunctionTypes = (
|
||||||
type(create_autospec),
|
type(create_autospec),
|
||||||
# instance method
|
# instance method
|
||||||
type(ANY.__eq__),
|
type(ANY.__eq__),
|
||||||
# unbound method
|
|
||||||
type(_ANY.__eq__),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue