Skip to content

Commit 86e6084

Browse files
author
Cheng-Yuan-Lai
committed
feat: remove unused DataFusionError import from utils.rs
1 parent fa2e0d8 commit 86e6084

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)