Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
ugoa committed May 2, 2020
1 parent 99fc116 commit 0654774
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rdd/rdd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ use crate::partitioner::{HashPartitioner, Partitioner};
use crate::scheduler::TaskContext;
use crate::serializable_traits::{AnyData, Data, Func, SerFunc};
use crate::split::Split;
use crate::task::TaskContext;
use crate::utils::bounded_priority_queue::{BoundedMaxPriorityQueue, BoundedMinPriorityQueue};
use crate::utils::random::{BernoulliCellSampler, BernoulliSampler, PoissonSampler, RandomSampler};
use crate::{utils, Fn, SerArc, SerBox};
Expand Down

0 comments on commit 0654774

Please sign in to comment.