Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mchenani committed Dec 13, 2024
1 parent 822236d commit ba0b09c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xmtp_mls/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ use parking_lot::Mutex;
use std::collections::HashMap;
use std::sync::{Arc, LazyLock};
use storage::{DuplicateItem, StorageError};
use tokio::sync::{OwnedSemaphorePermit, Semaphore};
pub use xmtp_openmls_provider::XmtpOpenMlsProvider;

pub use xmtp_id::InboxOwner;
Expand Down Expand Up @@ -106,7 +105,6 @@ pub trait Delete<Model> {
}

use crate::groups::GroupError;
use crate::groups::GroupError::LockUnavailable;
pub use stream_handles::{
spawn, AbortHandle, GenericStreamHandle, StreamHandle, StreamHandleError,
};
Expand Down

0 comments on commit ba0b09c

Please sign in to comment.