Removing unused imports

This commit is contained in:
Tomasz Drwięga 2016-11-29 14:03:21 +01:00
parent 44314c5d02
commit 762d8b89d6

View File

@ -519,7 +519,6 @@ mod tests {
use super::*; use super::*;
use util::{H256, U256, U512, Address, Uint, FixedHash, FromHex, FromStr}; use util::{H256, U256, U512, Address, Uint, FixedHash, FromHex, FromStr};
use util::bytes::BytesRef; use util::bytes::BytesRef;
use rlp::{UntrustedRlp, RlpType};
use action_params::{ActionParams, ActionValue}; use action_params::{ActionParams, ActionValue};
use env_info::EnvInfo; use env_info::EnvInfo;
use evm::{Factory, VMType}; use evm::{Factory, VMType};