Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Apr 10, 2024
1 parent 6d31211 commit c9ff49b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ mod tests {
use datafusion_expr::logical_plan::builder::table_scan_with_filters;
use datafusion_expr::logical_plan::table_scan;
use datafusion_expr::{
and, binary_expr, call_fn, col, lit, logical_plan::builder::LogicalPlanBuilder,
Expr, ExprSchemable, JoinType,
and, binary_expr, col, lit, logical_plan::builder::LogicalPlanBuilder, Expr,
ExprSchemable, JoinType,
};
use datafusion_expr::{or, BinaryExpr, Cast, Operator};

Expand Down

0 comments on commit c9ff49b

Please sign in to comment.