Skip to content

Commit 7cab53a

Browse files
committed
fixed import bug in rdd.py
1 parent ffea61a commit 7cab53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/rdd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import warnings
3232
import heapq
3333
from random import Random
34-
from math import sqrt, log, min
34+
from math import sqrt, log
3535

3636
from pyspark.serializers import NoOpSerializer, CartesianDeserializer, \
3737
BatchedSerializer, CloudPickleSerializer, PairDeserializer, pack_long

0 commit comments

Comments
 (0)