remove unused imports

This commit is contained in:
2026-02-23 15:12:37 +00:00
parent 8b3dc3c327
commit 32dcb47e3c

View File

@@ -1,6 +1,6 @@
use clap::{Parser, Subcommand};
use std::error::Error;
use std::path::{Path, PathBuf};
use std::path::PathBuf;
mod commit;
mod end;