Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
  • Loading branch information
lexnv committed May 4, 2022
1 parent ced4646 commit e8ecbab
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion subxt/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ use codec::{
};
use derivative::Derivative;
use futures::lock::Mutex;
use parking_lot::RwLock;
use std::sync::Arc;

/// ClientBuilder for constructing a Client.
Expand Down
1 change: 0 additions & 1 deletion subxt/src/events/events_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ use codec::{
};
use derivative::Derivative;
use futures::lock::Mutex;
use parking_lot::RwLock;
use sp_core::{
storage::StorageKey,
twox_128,
Expand Down
1 change: 0 additions & 1 deletion subxt/src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ use codec::{
Encode,
};
use futures::lock::Mutex;
use parking_lot::RwLock;
use sp_core::storage::{
StorageChangeSet,
StorageData,
Expand Down
1 change: 0 additions & 1 deletion subxt/src/updates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ use crate::{
Metadata,
};
use futures::lock::Mutex;
use parking_lot::RwLock;
use std::sync::Arc;

/// Client wrapper for performing runtime updates.
Expand Down

0 comments on commit e8ecbab

Please sign in to comment.