]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
remove unused __version__ from mock.py (#17977)
authorChris Withers <chris@withers.org>
Mon, 13 Jan 2020 19:11:34 +0000 (19:11 +0000)
committerGitHub <noreply@github.com>
Mon, 13 Jan 2020 19:11:34 +0000 (19:11 +0000)
commit31d6de5aba009914efa8f0f3c3d7da35217578eb
tree9ce2f613f900af43de56ef1015c779add8221de0
parent2b1df4592e1691017414337514c6e378eb639498
remove unused __version__ from mock.py (#17977)

This isn't included in `__all__` and could be a source of confusion.
Lib/unittest/mock.py