Skip to content

Commit 92ae87f

Browse files
timsaucerCopilot
andauthored
Group imports
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 392a5c1 commit 92ae87f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

datafusion/ffi/src/proto/physical_extension_codec.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ use datafusion_expr::{
2424
};
2525
use datafusion_physical_plan::ExecutionPlan;
2626
use datafusion_proto::physical_plan::PhysicalExtensionCodec;
27-
use std::any::Any;
28-
use std::ffi::c_void;
29-
use std::sync::Arc;
27+
use std::{any::Any, ffi::c_void, sync::Arc};
3028
use tokio::runtime::Handle;
3129

3230
use crate::execution::FFI_TaskContextProvider;

0 commit comments

Comments
 (0)