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