Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-toth committed Nov 18, 2024
1 parent 2036c09 commit 166e5e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datafusion/expr/src/logical_plan/statement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
// under the License.

use arrow::datatypes::DataType;
use datafusion_common::tree_node::{Container, Transformed};
use datafusion_common::{DFSchema, DFSchemaRef, Result};
use datafusion_common::{DFSchema, DFSchemaRef};
use std::fmt::{self, Display};
use std::sync::{Arc, OnceLock};

Expand Down

0 comments on commit 166e5e5

Please sign in to comment.