chore: remove unused PathBuf import
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
1e43a5e855
commit
ae34376468
@@ -2,7 +2,6 @@ use anyhow::{anyhow, Context, Result};
|
|||||||
use is_terminal::IsTerminal;
|
use is_terminal::IsTerminal;
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
use std::io::{self, Read};
|
use std::io::{self, Read};
|
||||||
use std::path::PathBuf;
|
|
||||||
use std::str::FromStr;
|
use std::str::FromStr;
|
||||||
|
|
||||||
use clap::error::ErrorKind;
|
use clap::error::ErrorKind;
|
||||||
|
|||||||
Reference in New Issue
Block a user