From 8c0cad6e2f22a32fc5c6d234763cf47baee4d432 Mon Sep 17 00:00:00 2001 From: Ivan Levkivskyi Date: Mon, 1 Feb 2021 19:50:26 +0000 Subject: [PATCH] A temporary change for integration testing. Will be removed soon (#4996) Co-authored-by: Ivan Levkivskyi --- stubs/six/six/__init__.pyi | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/six/six/__init__.pyi b/stubs/six/six/__init__.pyi index bd055bbca..2d42f9255 100644 --- a/stubs/six/six/__init__.pyi +++ b/stubs/six/six/__init__.pyi @@ -32,6 +32,7 @@ _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