chore: remove unused PathBuf import

This commit is contained in:
Andrew Phillips
2025-05-12 22:10:05 -03:00
committed by Andrew Phillips (aider)
parent 1e43a5e855
commit ae34376468

View File

@@ -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;