Fix: unused import
This commit is contained in:
parent
6926363f70
commit
e8af265c0c
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ extern crate clap;
|
|||
use cli::CliConfig;
|
||||
|
||||
use std::path::Path;
|
||||
use clap::{App, ArgMatches};
|
||||
use config::reader::from_file;
|
||||
use config::types::Config as Cfg;
|
||||
use config::types::Value as V;
|
||||
|
|
Loading…
Reference in a new issue