Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c63e0 commit e4879abCopy full SHA for e4879ab
1 file changed
stubs/six/six/__init__.pyi
@@ -25,8 +25,8 @@ PY34: Literal[True]
25
string_types: tuple[Type[str]]
26
integer_types: tuple[Type[int]]
27
class_types: tuple[Type[Type[Any]]]
28
-text_type: Type[str]
29
-binary_type: Type[bytes]
+text_type = str
+binary_type = bytes
30
31
MAXSIZE: int
32
0 commit comments