removed redundant imports

This commit is contained in:
debris
2017-11-14 17:47:41 +01:00
parent e6048e4a34
commit a22c48b6b0
16 changed files with 31 additions and 38 deletions

View File

@@ -34,7 +34,6 @@ ipnetwork = "0.12.6"
[dev-dependencies]
ethkey = { path = "../ethkey" }
kvdb-memorydb = { path = "../util/kvdb-memorydb" }
ethcore-devtools = { path = "../devtools" }
[features]
default = []

View File

@@ -46,7 +46,6 @@ extern crate kvdb;
extern crate ethcore_light as light;
#[cfg(test)] extern crate ethcore_devtools as devtools;
#[cfg(test)] extern crate ethkey;
#[cfg(test)] extern crate kvdb_memorydb;