diff --git a/third_party/3/six/moves.pyi b/third_party/3/six/moves.pyi index 790253e09..b0cc062ba 100644 --- a/third_party/3/six/moves.pyi +++ b/third_party/3/six/moves.pyi @@ -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