Skip to content

Commit

Permalink
Fix warning from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Sep 29, 2020
1 parent 04f08a2 commit 4458012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator_client/src/config.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use clap::ArgMatches;
use clap_utils::{parse_optional, parse_path_with_default_in_home_dir, parse_required};
use clap_utils::{parse_optional, parse_required};
use directory::{
get_testnet_name, DEFAULT_HARDCODED_TESTNET, DEFAULT_ROOT_DIR, DEFAULT_SECRET_DIR,
DEFAULT_VALIDATOR_DIR,
Expand Down

0 comments on commit 4458012

Please sign in to comment.