fix: remove unused import
All checks were successful
Checking Renovate configuration / validate (pull_request) Successful in 1m18s
Build and test / Tests (pull_request) Successful in 4m1s
Checking yaml / Run yamllint (pull_request) Successful in 3m41s
Build and test / Clippy (pull_request) Successful in 4m15s
Build and test / Build AMD64 (pull_request) Successful in 4m34s
Build and test / Generate Documentation (pull_request) Successful in 7m30s

This commit is contained in:
Marc Plano-Lesay 2026-01-03 11:21:07 +11:00
parent 3c980bf2b9
commit 73ee1b1152
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF

View file

@ -1,6 +1,6 @@
use std::path::PathBuf;
use clap::{command, Parser, Subcommand};
use clap::{Parser, Subcommand};
use clap_verbosity_flag::{InfoLevel, Verbosity};
use serde::Serialize;