Skip to content

Commit

Permalink
fixed import bug in rdd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dorx committed Jun 2, 2014
1 parent ffea61a commit 7cab53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/rdd.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import warnings
import heapq
from random import Random
from math import sqrt, log, min
from math import sqrt, log

from pyspark.serializers import NoOpSerializer, CartesianDeserializer, \
BatchedSerializer, CloudPickleSerializer, PairDeserializer, pack_long
Expand Down

0 comments on commit 7cab53a

Please sign in to comment.