Skip to content

Commit 7d04df9

Browse files
committed
update import format
1 parent baa525a commit 7d04df9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

client/src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ pub use temporal_sdk_core_protos::temporal::api::{
3232
},
3333
};
3434
pub use tonic;
35-
use tonic::metadata::{
36-
AsciiMetadataKey, AsciiMetadataValue, BinaryMetadataKey, BinaryMetadataValue,
37-
};
3835
pub use worker_registry::{Slot, SlotManager, SlotProvider, WorkerKey};
3936
pub use workflow_handle::{
4037
GetWorkflowResultOpts, WorkflowExecutionInfo, WorkflowExecutionResult, WorkflowHandle,
@@ -81,7 +78,10 @@ use tonic::{
8178
body::Body,
8279
client::GrpcService,
8380
codegen::InterceptedService,
84-
metadata::{MetadataKey, MetadataMap, MetadataValue},
81+
metadata::{
82+
AsciiMetadataKey, AsciiMetadataValue, BinaryMetadataKey, BinaryMetadataValue, MetadataMap,
83+
MetadataValue,
84+
},
8585
service::Interceptor,
8686
transport::{Certificate, Channel, Endpoint, Identity},
8787
};

0 commit comments

Comments
 (0)