mirror of
https://github.com/dnlbauer/WHAM.git
synced 2026-09-11 06:35:30 +00:00
remove unused import
This commit is contained in:
@@ -7,7 +7,6 @@ use wham::Config;
|
|||||||
use std::error::Error;
|
use std::error::Error;
|
||||||
use std::result::Result;
|
use std::result::Result;
|
||||||
use std::process;
|
use std::process;
|
||||||
use std::env;
|
|
||||||
|
|
||||||
// Parse command line arguments into a Config struct
|
// Parse command line arguments into a Config struct
|
||||||
fn cli() -> Result<Config, Box<Error>> {
|
fn cli() -> Result<Config, Box<Error>> {
|
||||||
|
|||||||
Reference in New Issue
Block a user