Skip to content

Commit cd2335e

Browse files
Cheng-Yuan-LaiIan Lai
Cheng-Yuan-Lai
authored and
Ian Lai
committed
feat: remove unused DataFusionError import from utils.rs
1 parent dee95c2 commit cd2335e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/ffi/src/tests/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
use crate::tests::ForeignLibraryModuleRef;
1919
use abi_stable::library::RootModule;
20-
use datafusion::common::{external_datafusion_err, DataFusionError, Result};
20+
use datafusion::common::{external_datafusion_err, Result};
2121
use std::path::Path;
2222

2323
/// Compute the path to the library. It would be preferable to simply use

0 commit comments

Comments
 (0)