]> granicus.if.org Git - python/commit
Remove unused function in `testmock/support.py` (GH-10975)
authorMario Corchero <mariocj89@gmail.com>
Thu, 6 Dec 2018 17:05:46 +0000 (17:05 +0000)
committerPablo Galindo <Pablogsal@gmail.com>
Thu, 6 Dec 2018 17:05:46 +0000 (17:05 +0000)
commit20428527a7c188d988d20b267cfef58da10b0fc9
treeeb5f932efce9439fe64a95ed990dfeb84ab37d56
parent0644b33821b70efbf0ac1ec1fb8729b05796564a
Remove unused function in `testmock/support.py` (GH-10975)

The function is never imported and the implementation is actually buggy.
As `warnings.catch_warnings` is not imported here.
Lib/unittest/test/testmock/support.py