Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Oct 5, 2024
1 parent 79732bf commit 9859a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vegafusion-runtime/src/transform/pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use itertools::Itertools;
use std::collections::HashMap;

use async_trait::async_trait;
use datafusion_expr::{expr, lit};
use datafusion_expr::expr;
use std::sync::Arc;
use vegafusion_common::column::flat_col;
use vegafusion_common::data::table::VegaFusionTable;
Expand Down

0 comments on commit 9859a60

Please sign in to comment.