Skip to content

Commit 31d6de5

Browse files
authored
remove unused __version__ from mock.py (#17977)
This isn't included in `__all__` and could be a source of confusion.
1 parent 2b1df45 commit 31d6de5

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)