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 7c44436 commit 57a1a39Copy full SHA for 57a1a39
third_party/2/six/__init__.pyi
@@ -5,7 +5,7 @@ import typing
5
import unittest
6
from __builtin__ import unichr as unichr
7
from functools import wraps as wraps
8
-from StringIO import StringIO as BytesIO
+from StringIO import StringIO as BytesIO, StringIO as StringIO
9
from typing import (
10
Any,
11
AnyStr,
0 commit comments