Fixing unused imports

This commit is contained in:
Tomasz Drwięga
2016-12-09 10:52:42 +00:00
parent c76b7cf8f8
commit 3ccdb7c143
2 changed files with 5 additions and 4 deletions

View File

@@ -192,7 +192,7 @@ impl<A, B> Serialize for Either<A, B> where
mod tests {
use std::str::FromStr;
use serde_json;
use v1::types::U256;
use v1::types::{U256, H256};
use v1::helpers;
use super::*;