Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 31d6de5

Browse filesBrowse 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
Copy full SHA for 31d6de5

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed

‎Lib/unittest/mock.py

Copy file name to clipboardExpand all lines: Lib/unittest/mock.py
-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.