diff --git a/src/expr/literal.rs b/src/expr/literal.rs index b29497e64..f99216957 100644 --- a/src/expr/literal.rs +++ b/src/expr/literal.rs @@ -15,7 +15,7 @@ // specific language governing permissions and limitations // under the License. -use crate::errors::{py_runtime_err, DataFusionError}; +use crate::errors::DataFusionError; use datafusion_common::ScalarValue; use pyo3::prelude::*;