Skip to content

Commit 242bc7f

Browse files
committed
feat: remove unnecessary blank line in lib.rs to improve code formatting
1 parent 69981b6 commit 242bc7f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/util/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ use tokio::time::sleep;
3434

3535
pub mod errors;
3636
pub use crate::errors::to_datafusion_err;
37-
3837
use crate::errors::{PyDataFusionError, PyDataFusionResult};
3938

4039
/// Utility to get the Tokio Runtime from Python

0 commit comments

Comments
 (0)