We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffea61a commit 7cab53aCopy full SHA for 7cab53a
python/pyspark/rdd.py
@@ -31,7 +31,7 @@
31
import warnings
32
import heapq
33
from random import Random
34
-from math import sqrt, log, min
+from math import sqrt, log
35
36
from pyspark.serializers import NoOpSerializer, CartesianDeserializer, \
37
BatchedSerializer, CloudPickleSerializer, PairDeserializer, pack_long
0 commit comments