Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
comnik committed Aug 8, 2019
1 parent a549f1b commit 5bde2fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tdiag/src/commands/arrangements.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ use std::time::Duration;

use crate::DiagError;

use timely::dataflow::operators::generic::operator::Operator;
use timely::dataflow::operators::{Filter, Map};
use timely::logging::{TimelyEvent, WorkerIdentifier};
use TimelyEvent::Operates;

use differential_dataflow::collection::AsCollection;
use differential_dataflow::logging::DifferentialEvent;
use differential_dataflow::operators::{Consolidate, Count, Join, Threshold};
use differential_dataflow::operators::{Count, Join};
use DifferentialEvent::{Batch, Merge, MergeShortfall};

use tdiag_connect::receive::ReplayWithShutdown;
Expand Down

0 comments on commit 5bde2fb

Please sign in to comment.