Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
danielschonfeld committed Sep 10, 2020
1 parent 0d228da commit ae2ab3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 84 deletions.
82 changes: 5 additions & 77 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions common/eth2_testnet_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ edition = "2018"
build = "build.rs"

[build-dependencies]
reqwest = { version = "0.10.4", features = ["blocking", "native-tls-vendored"] }
eth2_config = { path = "../eth2_config"}
handlebars = "3.3.0"
serde_json = "1.0.56"
zip = "0.5"
eth2_config = { path = "../eth2_config"}

[dev-dependencies]
tempdir = "0.3.7"
Expand Down
3 changes: 0 additions & 3 deletions common/eth2_testnet_config/build.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
//! Downloads a testnet configuration from Github.
use eth2_config::{altona, medalla, Eth2NetArchiveAndDirectory};
use handlebars::Handlebars;
use serde_json::json;
use std::fs;
use std::fs::File;
use std::io;
use std::io::Write;
use zip::ZipArchive;

const ETH2_NET_DIRS: &[Eth2NetArchiveAndDirectory<'static>] =
Expand Down

0 comments on commit ae2ab3b

Please sign in to comment.