diff --git a/stubs/six/six/__init__.pyi b/stubs/six/six/__init__.pyi index 939e8d3c8..1f36799d6 100644 --- a/stubs/six/six/__init__.pyi +++ b/stubs/six/six/__init__.pyi @@ -25,8 +25,8 @@ PY34: Literal[True] string_types: tuple[Type[str]] integer_types: tuple[Type[int]] class_types: tuple[Type[Type[Any]]] -text_type: Type[str] -binary_type: Type[bytes] +text_type = str +binary_type = bytes MAXSIZE: int