Skip to content

Commit dc699f3

Browse files
committed
give back imports removed by accident in rdd.py
1 parent 64e445b commit dc699f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/pyspark/rdd.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
# limitations under the License.
1616
#
1717

18+
from base64 import standard_b64encode as b64enc
19+
import copy
1820
from collections import defaultdict
1921
from collections import namedtuple
2022
from itertools import chain, ifilter, imap

0 commit comments

Comments
 (0)