Skip to content

Commit e409efb

Browse files
committed
chore(channel): Clean up importing in channel service
1 parent 11e8409 commit e409efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tonic/src/transport/channel/service/discover.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use crate::transport::{channel::service::Connection, Endpoint};
1+
use super::super::{Connection, Endpoint};
22

33
use std::{
44
hash::Hash,

0 commit comments

Comments
 (0)