Skip to content

Commit

Permalink
fix unused reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordworms committed Feb 14, 2024
1 parent bb018d4 commit 8dcbdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/execution/src/registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

//! FunctionRegistry trait

use datafusion_common::{not_impl_err, plan_datafusion_err, DataFusionError, Result};
use datafusion_common::{plan_datafusion_err, DataFusionError, Result};
use datafusion_expr::{AggregateUDF, ScalarUDF, UserDefinedLogicalNode, WindowUDF};
use std::collections::HashMap;
use std::{collections::HashSet, sync::Arc};
Expand Down

0 comments on commit 8dcbdda

Please sign in to comment.