unused import

This commit is contained in:
keorn 2016-12-15 16:53:28 +01:00
parent 9bfa69c6bd
commit ee653bc262
1 changed files with 1 additions and 1 deletions

View File

@ -661,7 +661,7 @@ mod tests {
use block::*;
use error::{Error, BlockError};
use header::Header;
use io::{IoService, IoChannel};
use io::IoChannel;
use env_info::EnvInfo;
use tests::helpers::*;
use account_provider::AccountProvider;