Skip to content

Commit 802292f

Browse files
committed
clippy
1 parent 8ebba4d commit 802292f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • datafusion-federation/src/analyzer

datafusion-federation/src/analyzer/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ use datafusion::{
1111
config::ConfigOptions,
1212
datasource::source_as_provider,
1313
error::Result,
14-
logical_expr::{
15-
Distinct, Expr, Extension, LogicalPlan, Projection, Sort, TableScan, TableSource,
16-
},
14+
logical_expr::{Expr, Extension, LogicalPlan, Projection, Sort, TableScan, TableSource},
1715
optimizer::analyzer::AnalyzerRule,
1816
sql::TableReference,
1917
};

0 commit comments

Comments
 (0)