From 2c180dd153c9998b5d37b49e2f1171252544322a Mon Sep 17 00:00:00 2001 From: Ivan Levkivskyi Date: Mon, 1 Feb 2021 21:22:12 +0000 Subject: [PATCH] Revert "A temporary change for integration testing. Will be removed soon (#4996)" (#4997) This reverts commit 8c0cad6e2f22a32fc5c6d234763cf47baee4d432. --- stubs/six/six/__init__.pyi | 1 - 1 file changed, 1 deletion(-) diff --git a/stubs/six/six/__init__.pyi b/stubs/six/six/__init__.pyi index 2d42f9255..bd055bbca 100644 --- a/stubs/six/six/__init__.pyi +++ b/stubs/six/six/__init__.pyi @@ -32,7 +32,6 @@ _T = TypeVar("_T") _K = TypeVar("_K") _V = TypeVar("_V") -# A temporary change for integration testing. Will be removed soon: v1. __version__: str # TODO make constant, then move this stub to 2and3