Skip to content

Commit

Permalink
style: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
srh committed Sep 5, 2024
1 parent 32c4a03 commit cb5d4b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/src/physical_plan/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
use self::{
coalesce_partitions::CoalescePartitionsExec, display::DisplayableExecutionPlan,
};
use crate::cube_ext;
use crate::physical_plan::expressions::PhysicalSortExpr;
use crate::{
error::{DataFusionError, Result},
Expand Down

0 comments on commit cb5d4b7

Please sign in to comment.