We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69981b6 commit 242bc7fCopy full SHA for 242bc7f
1 file changed
crates/util/src/lib.rs
@@ -34,7 +34,6 @@ use tokio::time::sleep;
34
35
pub mod errors;
36
pub use crate::errors::to_datafusion_err;
37
-
38
use crate::errors::{PyDataFusionError, PyDataFusionResult};
39
40
/// Utility to get the Tokio Runtime from Python
0 commit comments