mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 08:04:24 +08:00
Fix Python 3 six.moves
This was breaking mypy Travis build.
This commit is contained in:
4
third_party/3/six/moves.pyi
vendored
4
third_party/3/six/moves.pyi
vendored
@@ -20,5 +20,5 @@ def zip(iter1: Iterable[_T1], iter2: Iterable[_T2], iter3: Iterable[_T3],
|
||||
_T3, _T4]]: ... # TODO more than four iterables
|
||||
|
||||
# For re-export.
|
||||
import cStringIO as cStringIO
|
||||
import cPickle as cPickle
|
||||
from io import StringIO as cStringIO
|
||||
import pickle as cPickle
|
||||
|
||||
Reference in New Issue
Block a user