Kaydet (Commit) fb5d0a78 authored tarafından Michael Foord's avatar Michael Foord

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

üst 1ab27c6f
......@@ -2120,8 +2120,6 @@ FunctionTypes = (
type(create_autospec),
# instance method
type(ANY.__eq__),
# unbound method
type(_ANY.__eq__),
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment