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:
Chris Withers 2020-01-13 19:11:34 +00:00 committed by GitHub
parent 2b1df4592e
commit 31d6de5aba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -23,8 +23,6 @@ __all__ = (
)
__version__ = '1.0'
import asyncio
import contextlib
import io