From 98c06c0cd38bb69c01af3334805e6b0a658518d0 Mon Sep 17 00:00:00 2001 From: Chris Withers Date: Mon, 13 Jan 2020 07:55:34 +0000 Subject: remove unused __version__ from mock.py This isn't included in `__all__` and could be a source of confusion. --- Lib/unittest/mock.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/unittest/mock.py b/Lib/unittest/mock.py index cd5a2aeb60..5622917dc3 100644 --- a/Lib/unittest/mock.py +++ b/Lib/unittest/mock.py @@ -23,8 +23,6 @@ __all__ = ( ) -__version__ = '1.0' - import asyncio import contextlib import io -- cgit v1.2.1