Skip to content

Commit

Permalink
fixup! feat(hydroflow_lang): Add FloTypes to operators, for source …
Browse files Browse the repository at this point in the history
…check
  • Loading branch information
MingweiSamuel committed Nov 26, 2024
1 parent 2039dc2 commit 5125782
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hydroflow_lang/src/graph/flat_graph_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ use syn::spanned::Spanned;
use syn::{Error, Ident, ItemUse};

use super::ops::defer_tick::DEFER_TICK;
use super::ops::source_iter::SOURCE_ITER;
use super::ops::source_stream::SOURCE_STREAM;
use super::ops::FloType;
use super::{GraphEdgeId, GraphLoopId, GraphNode, GraphNodeId, HydroflowGraph, PortIndexValue};
use crate::diagnostic::{Diagnostic, Level};
Expand Down

0 comments on commit 5125782

Please sign in to comment.