Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
substrate: remove unused imports
  • Loading branch information
andresilva committed Aug 8, 2018
commit ad65fa355f0d740baf8933db0c4b35e3ca66abd2
3 changes: 1 addition & 2 deletions substrate/client/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -579,13 +579,12 @@ impl<B, E, Block> BlockBody<Block> for Client<B, E, Block>
#[cfg(test)]
mod tests {
use super::*;
use codec::Encode;
use keyring::Keyring;
use test_client::{self, TestClient};
use test_client::client::BlockOrigin;
use test_client::client::backend::Backend as TestBackend;
use test_client::{runtime as test_runtime, BlockBuilderExt};
use test_client::runtime::{Transfer, Extrinsic};
use test_client::runtime::Transfer;

#[test]
fn client_initialises_from_genesis_ok() {
Expand Down