Remove unused import
This commit is contained in:
parent
4583d22ede
commit
85d1c89d34
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ use live_kit_client::{
|
|||
use postage::stream::Stream;
|
||||
use project::Project;
|
||||
use std::{future::Future, mem, pin::Pin, sync::Arc, time::Duration};
|
||||
use util::{channel::ReleaseChannel, post_inc, ResultExt, TryFutureExt};
|
||||
use util::{post_inc, ResultExt, TryFutureExt};
|
||||
|
||||
pub const RECONNECT_TIMEOUT: Duration = Duration::from_secs(30);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue