mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Add back six.StringIO (Python 2) (#4413)
This was accidentally removed in #4287.
This commit is contained in:
2
third_party/2/six/__init__.pyi
vendored
2
third_party/2/six/__init__.pyi
vendored
@@ -5,7 +5,7 @@ import typing
|
||||
import unittest
|
||||
from __builtin__ import unichr as unichr
|
||||
from functools import wraps as wraps
|
||||
from StringIO import StringIO as BytesIO
|
||||
from StringIO import StringIO as BytesIO, StringIO as StringIO
|
||||
from typing import (
|
||||
Any,
|
||||
AnyStr,
|
||||
|
||||
Reference in New Issue
Block a user