Skip to content

Commit 91f1fd3

Browse files
authored
Merge pull request #176 from python/master
remove unused __version__ from mock.py (python#17977)
2 parents ae8e6ad + 31d6de5 commit 91f1fd3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/unittest/mock.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
)
2424

2525

26-
__version__ = '1.0'
27-
2826
import asyncio
2927
import contextlib
3028
import io

0 commit comments

Comments
 (0)