Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-toth committed Mar 31, 2024
1 parent cf55bc6 commit 451cab7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datafusion/expr/src/tree_node/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ use datafusion_common::tree_node::{
Transformed, TransformedIterator, TreeNode, TreeNodeRecursion,
};
use datafusion_common::{
handle_visit_recursion, internal_err, map_until_stop_and_collect, DataFusionError,
Result,
handle_visit_recursion, internal_err, map_until_stop_and_collect, Result,
};

impl TreeNode for Expr {
Expand Down

0 comments on commit 451cab7

Please sign in to comment.