Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Feb 4, 2022
1 parent c5f726c commit 4c69d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hydroflow/src/scheduled/net/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ use super::{
graph::Hydroflow,
graph_ext::GraphExt,
handoff::VecHandoff,
port::{InputPort, OutputPort, RecvCtx},
port::{InputPort, OutputPort},
};

pub mod network_vertex;
Expand Down
2 changes: 1 addition & 1 deletion relalg/src/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use hydroflow::lang::collections::Iter;
use hydroflow::scheduled::graph::Hydroflow;
use hydroflow::scheduled::graph_ext::GraphExt;
use hydroflow::scheduled::handoff::VecHandoff;
use hydroflow::scheduled::port::{OutputPort, RecvCtx};
use hydroflow::scheduled::port::OutputPort;

use crate::{Datum, RelExpr};

Expand Down

0 comments on commit 4c69d29

Please sign in to comment.