mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
remove unused __version__ from mock.py (#17977)
This isn't included in `__all__` and could be a source of confusion.
This commit is contained in:
parent
2b1df4592e
commit
31d6de5aba
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ __all__ = (
|
|||
)
|
||||
|
||||
|
||||
__version__ = '1.0'
|
||||
|
||||
import asyncio
|
||||
import contextlib
|
||||
import io
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue