Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix re-import.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusdrw committed Aug 23, 2018
1 parent 5a71ff6 commit 7e03c2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion substrate/rpc/src/chain/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ use std::sync::Arc;
use client::{self, Client, BlockchainEvents};
use jsonrpc_macros::{pubsub, Trailing};
use jsonrpc_pubsub::SubscriptionId;
use jsonrpc_macros::Trailing;
use rpc::Result as RpcResult;
use rpc::futures::{stream, Future, Sink, Stream};
use runtime_primitives::generic::{BlockId, SignedBlock};
Expand Down

0 comments on commit 7e03c2d

Please sign in to comment.